Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2005, 7:05:34 PM (18 years ago)
Author:
patrick
Message:

network: included more comments to make it easier to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/subprojects/network/simple_sync.h

    r5650 r5800  
    1515    SimpleSync();
    1616    ~SimpleSync();
    17  
     17
    1818    virtual void writeBytes(byte* data, int length);
    1919    virtual int readBytes(byte* data);
    20    
     20
    2121  private:
    2222    virtual void writeDebug();
    2323    virtual void readDebug();
    2424
    25    
     25
    2626  private:
    2727    byte* inData;
    2828    int   inLength;
     29    int   recLength;
    2930    byte* outData;
    3031    int   outLength;
Note: See TracChangeset for help on using the changeset viewer.