Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 2:09:33 PM (16 years ago)
Author:
scheusso
Message:

reverted some changes from previous version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merge/src/network/Synchronisable.cc

    r1355 r1361  
    156156    if(classID==0)
    157157      COUT(3) << "classid 0 " << this->getIdentifier()->getName() << std::endl;
    158     this->classID=this->getIdentifier()->getNetworkID();
     158    classID=this->getIdentifier()->getNetworkID();
    159159    std::list<synchronisableVariable *>::iterator i;
    160160    syncData retVal;
Note: See TracChangeset for help on using the changeset viewer.