Changeset 2671 for code/branches/buildsystem3/src/network
- Timestamp:
- Feb 15, 2009, 11:00:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/network/synchronisable/Synchronisable.h
r2662 r2671 153 153 uint32_t getSize(int32_t id, uint8_t mode=0x0); 154 154 bool updateData(uint8_t*& mem, uint8_t mode=0x0, bool forceCallback=false); 155 inlinebool isMyData(uint8_t* mem);156 inlinebool doSync(int32_t id, uint8_t mode=0x0);155 bool isMyData(uint8_t* mem); 156 bool doSync(int32_t id, uint8_t mode=0x0); 157 157 158 158 uint32_t objectID;
Note: See TracChangeset
for help on using the changeset viewer.