Changeset 8612 for code/branches/presentation/src/libraries/network
- Timestamp:
- May 26, 2011, 5:16:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/network/synchronisable/Serialise.h
r7284 r8612 84 84 85 85 /** @brief returns the size of the objectID needed to synchronise the pointer */ 86 template <class T> inline uint32_t returnSize( const SmartPtr<T>& variable)86 template <class T> inline uint32_t returnSize( const SmartPtr<T>& ) 87 87 { 88 88 return sizeof(uint32_t);
Note: See TracChangeset
for help on using the changeset viewer.