Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 16, 2005, 4:45:42 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r5610 r5615  
    5454  byte data[10] ; // obsolete, for debugging only
    5555  byte* test = (byte *)data[0]; // obsolete, for debugging only
    56 
     56  int ret = 0;
    5757  this->synchronizeables->writeByteStream(NULL);
    58   this->networkSockets->writeBytes(NULL);
     58  ret = this->networkSockets->writeBytes(NULL,1);
    5959  test = this->synchronizeables->readByteStream();
    60   test = this->networkSockets->readBytes();
     60  ret = this->networkSockets->readBytes(test,1);
    6161}
    6262
Note: See TracChangeset for help on using the changeset viewer.