Changeset 9508 in orxonox.OLD for branches/proxy/src/subprojects
- Timestamp:
- Jul 27, 2006, 3:37:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/subprojects/network/network_unit_test.cc
r9494 r9508 238 238 } 239 239 240 bool testCB( Message Id messageId, byte * data, int dataLength, void * someData, int userId )240 bool testCB( MessageType messageType, byte * data, int dataLength, void * someData, int userId ) 241 241 { 242 242 printf("GOT MESSAGE: %s\n", data);
Note: See TracChangeset
for help on using the changeset viewer.