Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2246


Ignore:
Timestamp:
Nov 22, 2008, 12:12:41 PM (15 years ago)
Author:
scheusso
Message:

forgot a file and removed some debug output

Location:
code/branches/network64/src/network/synchronisable
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network64/src/network/synchronisable/SynchronisableVariable.h

    r2245 r2246  
    193193        { // wrong reference number, so discard the data
    194194          mem += getSize( mode ); // SynchronisableVariableBidirectional::getSize returns size of variable + reference
    195           COUT(0) << "not updateing variable because of wrong reference number" << endl;
    196195          return;
    197196        }
     
    206205          else
    207206          {
    208             COUT(0) << "variable changed so copy over the buffer and do callback" << endl;
    209207            memcpy((void*)&this->varBuffer_, &this->variable_, sizeof(T));
    210208            if ( this->callback_ != 0 )
Note: See TracChangeset for help on using the changeset viewer.