Move from protobuf-lite to protobuf to accommodate Ubuntu lucid

Add changelog entry
This commit is contained in:
Keith Winstein
2012-02-19 23:48:20 -05:00
parent 356ce40cea
commit 58b584a2b3
8 changed files with 13 additions and 39 deletions
-2
View File
@@ -99,8 +99,6 @@ namespace Network {
Packet new_packet( string &s_payload );
void update_MTU( void );
public:
Connection( const char *desired_ip ); /* server */
Connection( const char *key_str, const char *ip, int port ); /* client */