Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 4:23:41 PM (11 years ago)
Author:
landauf
Message:

removed constructor arguments from ClassFactories. use the helper-function registerClass() to add the factory to the corresponding identifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/test/core/object/ClassFactoryTest.cc

    r9635 r9637  
    77    TEST(ClassFactoryTest, CanFabricateObject)
    88    {
    9         Factory* factory = new ClassFactoryWithContext<BaseObject>("BaseObject");
     9        Factory* factory = new ClassFactoryWithContext<BaseObject>();
    1010        Identifiable* object = factory->fabricate(NULL);
    1111        ASSERT_TRUE(object != NULL);
Note: See TracChangeset for help on using the changeset viewer.