Factor encrypt/decrypt out of Network::Message.

This commit is contained in:
John Hood
2016-02-26 12:25:22 -05:00
parent 6abd4739de
commit 255dc39c9f
4 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ namespace Network {
Packet( const Message & message );
string tostring( Session *session );
Message toMessage( void );
};
union Addr {