Changeset 6193 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 2, 2009, 1:09:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/network/synchronisable/Synchronisable.h
r6192 r6193 182 182 } 183 183 184 template <> void Synchronisable::registerVariable( std::string& variable, uint8_t mode, NetworkCallbackBase *cb, bool bidirectional);184 template <> _NetworkExport void Synchronisable::registerVariable( std::string& variable, uint8_t mode, NetworkCallbackBase *cb, bool bidirectional); 185 185 186 186
Note: See TracChangeset
for help on using the changeset viewer.