Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 4:45:14 PM (18 years ago)
Author:
bensch
Message:

some network-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/network/synchronizeable.cc

    r9656 r9690  
    3232
    3333
     34NewObjectListDefinition(Synchronizeable);
    3435
    3536/**
     
    3839Synchronizeable::Synchronizeable()
    3940{
    40   this->setClassID(CL_SYNCHRONIZEABLE, "Synchronizeable");
     41  this->registerObject(this, Synchronizeable::_objectList);
    4142  this->owner = 0;
    4243//   this->setIsServer(SharedNetworkData::getInstance()->getHostID() == 0);
Note: See TracChangeset for help on using the changeset viewer.