Changeset 780 for code/branches/FICN
- Timestamp:
- Dec 31, 2007, 7:49:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/Synchronisable.h
r779 r780 66 66 int datasize; 67 67 }; 68 template class _NetworkExport orxonox::ClassIdentifier<Synchronisable>;69 template class _NetworkExport orxonox::ObjectList<Synchronisable>;70 68 71 69 } 72 70 71 namespace orxonox 72 { 73 template class _NetworkExport ClassIdentifier<network::Synchronisable>; 74 template class _NetworkExport ObjectList<network::Synchronisable>; 75 } 76 73 77 #endif /* _Synchronisable_H__ */
Note: See TracChangeset
for help on using the changeset viewer.