Changeset 346 for code/branches/FICN/src/network/Synchronisable.h
- Timestamp:
- Nov 29, 2007, 4:21:30 PM (18 years ago)
- Location:
- code/branches/FICN
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN
-
Property
svn:ignore
set to
FICN.sln
FICN.ncb
FICN.vcproj
FICN.vcproj.RGRIEDERT60.rgrieder.user
FICN.suo
obj
-
Property
svn:ignore
set to
-
code/branches/FICN/src/network/Synchronisable.h
r337 r346 52 52 int getSize(); 53 53 bool updateData(syncData vars); 54 virtual void registerAllVariables() ;54 virtual void registerAllVariables() = 0; 55 55 56 56 private:
Note: See TracChangeset
for help on using the changeset viewer.