Changeset 2428 for code/branches/objecthierarchy2/src/network
- Timestamp:
- Dec 13, 2008, 10:54:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/network/Synchronisable.h
r2171 r2428 111 111 static unsigned int popDeletedObject(){ unsigned int i = deletedObjects_.front(); deletedObjects_.pop(); return i; } 112 112 113 inline unsigned int getObjectID() {return objectID;}114 inline unsigned int getClassID() {return classID;}113 inline unsigned int getObjectID() const { return objectID; } 114 inline unsigned int getClassID() const { return classID; } 115 115 protected: 116 116 Synchronisable(BaseObject* creator);
Note: See TracChangeset
for help on using the changeset viewer.