Changeset 1021 for code/trunk/src/network/ClientConnection.cc
- Timestamp:
- Apr 10, 2008, 5:03:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/ClientConnection.cc
r790 r1021 43 43 44 44 #include "util/Sleep.h" 45 #include "orxonox/core/Debug.h" 45 46 #include "ClientConnection.h" 46 47 … … 159 160 case ENET_EVENT_TYPE_CONNECT: 160 161 case ENET_EVENT_TYPE_RECEIVE: 161 //std::cout << "gotpacket" << std::endl;162 COUT(5) << "receiver-Thread: got new packet" << std::endl; 162 163 processData(&event); 163 164 break; … … 215 216 216 217 bool ClientConnection::processData(ENetEvent *event) { 217 //std::cout<< "got packet, pushing to queue" << std::endl;218 COUT(5) << "got packet, pushing to queue" << std::endl; 218 219 // just add packet to the buffer 219 220 // this can be extended with some preprocessing
Note: See TracChangeset
for help on using the changeset viewer.