Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2011, 12:31:32 AM (13 years ago)
Author:
scheusso
Message:

preparing countermeasures against clients sending unwanted data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/synchronisable/Synchronisable.h

    r8314 r8329  
    180180    uint32_t getSize(int32_t id, uint8_t mode=0x0);
    181181    bool updateData(uint8_t*& mem, uint8_t mode=0x0, bool forceCallback=false);
    182     bool doSync(int32_t id, uint8_t mode=0x0);
     182    bool doSync(/*int32_t id,*/ uint8_t mode=0x0);
     183    bool doReceive( uint8_t mode );
    183184
    184185    inline void setObjectID(uint32_t id){ this->objectID_ = id; objectMap_[this->objectID_] = this; }
Note: See TracChangeset for help on using the changeset viewer.