Changeset 7127 for code/branches/presentation3/src/libraries/network
- Timestamp:
- Jun 9, 2010, 9:32:58 PM (15 years ago)
- Location:
- code/branches/presentation3/src/libraries/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/libraries/network/packet/Chat.cc
r6928 r7127 60 60 *(unsigned int *)(data_ + _MESSAGELENGTH ) = messageLength_; 61 61 62 /* cast the hell out of the message string, and copy it into the 63 * data buffer. 62 /* cast the hell out of the message string, and copy it into the 63 * data buffer. 64 64 */ 65 65 memcpy( data_+_MESSAGE, static_cast<void*>(const_cast<char*>(message.c_str())), messageLength_ ); -
code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.h
r7105 r7127 183 183 } 184 184 } 185 185 186 186 template <class T> void Synchronisable::registerVariable( std::set<T>& variable, uint8_t mode, NetworkCallbackBase *cb, bool bidirectional) 187 187 {
Note: See TracChangeset
for help on using the changeset viewer.