Changeset 187 for code/branches/network/src
- Timestamp:
- Nov 7, 2007, 5:40:00 PM (17 years ago)
- Location:
- code/branches/network/src/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/network/ConnectionManager.h
r173 r187 39 39 bool createListener(); 40 40 bool quitServer(); 41 bool sendEvent (/*.....*/);41 bool sendEventAll(/*.....*/); 42 42 bool sendEvent(int clientID/*.....*/); 43 43 void test(); -
code/branches/network/src/network/PacketBufferTestExt.cc
r175 r187 24 24 25 25 void read(PacketBuffer *test){ 26 test->print();26 //test->print(); 27 27 // exit if the queue is closed and empty 28 28 while(!test->isClosed() || !test->isEmpty()){
Note: See TracChangeset
for help on using the changeset viewer.