Running astyle.

This commit is contained in:
lotodore
2011-02-26 10:09:45 +00:00
parent e17b5fa74e
commit 63b28d7167
10 changed files with 160 additions and 164 deletions
+6 -2
View File
@@ -86,8 +86,12 @@ public:
return *m_sendBuffer;
}
void Close() {m_callback.CloseSession(shared_from_this());}
void HandlePacket(boost::shared_ptr<NetPacket> packet) {m_callback.HandlePacket(shared_from_this(), packet);}
void Close() {
m_callback.CloseSession(shared_from_this());
}
void HandlePacket(boost::shared_ptr<NetPacket> packet) {
m_callback.HandlePacket(shared_from_this(), packet);
}
void ResetActivityTimer();
unsigned GetActivityTimerElapsedSec() const;