Changeset 8807 for code/branches/output/src/libraries/network/synchronisable/SynchronisableVariable.h
- Timestamp:
- Jul 31, 2011, 9:09:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/network/synchronisable/SynchronisableVariable.h
r7266 r8807 202 202 if ( *static_cast<uint8_t*>(mem) != this->varReference_ ) 203 203 { // wrong reference number, so discard the data 204 // COUT(0) << "discharding data" << endl;204 // orxout(debug_output, context::network) << "discharding data" << endl; 205 205 mem += getSize( mode ); // SynchronisableVariableBidirectional::getSize returns size of variable + reference 206 206 return;
Note: See TracChangeset
for help on using the changeset viewer.