Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2005, 1:10:17 AM (19 years ago)
Author:
bknecht
Message:

updated function names in DataStream and made some minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/data_stream.h

    r5649 r5719  
    5050
    5151      protected:
    52       void writeBytes(byte& data);
     52      void passDown(byte* data, int length);
    5353
    54       byte& readBytes();
     54      int passUp(byte* data);
    5555     
    5656      byte inBuffer [];
Note: See TracChangeset for help on using the changeset viewer.