Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2013, 4:57:51 PM (11 years ago)
Author:
landauf
Message:

removed RegisterRootObject (replaced by RegisterObject)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/tools/Timer.cc

    r9658 r9659  
    140140    {
    141141        this->init();
    142         RegisterRootObject(Timer);
     142        RegisterObject(Timer);
    143143    }
    144144
     
    153153    {
    154154        this->init();
    155         RegisterRootObject(Timer);
     155        RegisterObject(Timer);
    156156
    157157        this->setTimer(interval, bLoop, executor, bKillAfterCall);
Note: See TracChangeset for help on using the changeset viewer.