Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2007, 5:21:53 PM (16 years ago)
Author:
landauf
Message:

reimplementation of the factory and parts of the class-hierarchy-generating-algorithm. interfaces with protected constructors are now allowed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/BaseObject.cc

    r218 r244  
    77    BaseObject::BaseObject()
    88    {
    9         registerRootObject(BaseObject);
     9        RegisterRootObject(BaseObject);
    1010    }
    1111
    1212    BaseObject::~BaseObject()
    1313    {
    14         unregisterObject();
     14        UnregisterObject();
    1515    }
    1616}
Note: See TracChangeset for help on using the changeset viewer.