From af98cb5dea5644e0d95a5bf41c03655e4ab808ef Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Oct 2011 22:28:26 +0300 Subject: Fix code style. --- src/net/packetcounters.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/net/packetcounters.h') diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 1af928be8..35d5d64bc 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -26,15 +26,22 @@ class PacketCounters { public: -// PacketCounters(); static void incInBytes(int cnt); + static void incInPackets(); + static int getInBytes(); + static int getInPackets(); + static void incOutBytes(int cnt); + static void incOutPackets(); + static int getOutBytes(); + static int getOutPackets(); + static void update(); static int mInCurrentSec; -- cgit v1.2.3-70-g09d2