Changeset 5849 for code/branches/core5/src/libraries
- Timestamp:
- Oct 1, 2009, 11:42:44 AM (15 years ago)
- Location:
- code/branches/core5/src/libraries/network
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/network/Connection.cc
- Property svn:eol-style set to native
-
code/branches/core5/src/libraries/network/Connection.h
- Property svn:eol-style set to native
-
code/branches/core5/src/libraries/network/ServerConnection.cc
- Property svn:eol-style set to native
r5847 r5849 103 103 { 104 104 Connection::disconnectPeer( client->getPeer() ); 105 std::cout << "disconnecting peer and removing client" << endl;106 delete client;107 105 } 108 106 -
code/branches/core5/src/libraries/network/ServerConnection.h
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.