Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2007, 5:57:02 AM (17 years ago)
Author:
landauf
Message:

added factory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/Test.h

    r197 r218  
    22#define _Test_H__
    33
     4#include "BaseObject.h"
    45#include "IdentifierIncludes.h"
    56
     
    125126            A3B2C2() { registerObject(A3B2C2); }
    126127    };
     128
     129    CreateFactory(A1);
     130    CreateFactory(A2);
     131    CreateFactory(A3);
     132    CreateFactory(A1B1);
     133    CreateFactory(A1B2);
     134    CreateFactory(A2B1);
     135    CreateFactory(A2B2);
     136    CreateFactory(A3B1);
     137    CreateFactory(A3B2);
     138    CreateFactory(A1B1C1);
     139    CreateFactory(A1B1C2);
     140    CreateFactory(A1B2C1);
     141    CreateFactory(A2B1C1);
     142    CreateFactory(A2B2C1);
     143    CreateFactory(A3B1C1);
     144    CreateFactory(A3B1C2);
     145    CreateFactory(A3B2C1);
     146    CreateFactory(A3B2C2);
    127147}
    128148
Note: See TracChangeset for help on using the changeset viewer.