- Timestamp:
- Nov 16, 2005, 4:45:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r5610 r5615 54 54 byte data[10] ; // obsolete, for debugging only 55 55 byte* test = (byte *)data[0]; // obsolete, for debugging only 56 56 int ret = 0; 57 57 this->synchronizeables->writeByteStream(NULL); 58 this->networkSockets->writeBytes(NULL);58 ret = this->networkSockets->writeBytes(NULL,1); 59 59 test = this->synchronizeables->readByteStream(); 60 test = this->networkSockets->readBytes();60 ret = this->networkSockets->readBytes(test,1); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.