Changeset 1907 for code/trunk/src/network/ClientConnection.h
- Timestamp:
- Oct 12, 2008, 7:40:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/ClientConnection.h
r1785 r1907 64 64 ClientConnection(int port, std::string address); 65 65 ClientConnection(int port, const char* address); 66 //ENetPacket *getPacket(ENetAddress &address); // thread1 67 //ENetPacket *getPacket(); // thread1 66 ~ClientConnection(); 68 67 ENetEvent *getEvent(); 69 68 // check wheter the packet queue is empty
Note: See TracChangeset
for help on using the changeset viewer.