Changeset 811 for code/branches/core/src/orxonox/objects
- Timestamp:
- Feb 13, 2008, 6:39:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/objects/Test.h
r790 r811 74 74 public: 75 75 A1B2() { RegisterObject(A1B2); } 76 virtual void test() = 0; 76 77 }; 77 78 … … 116 117 public: 117 118 A1B2C1() { RegisterObject(A1B2C1); } 119 void test() { std::cout << "test!\n"; } 118 120 }; 119 121 … … 158 160 CreateFactory(A3); 159 161 CreateFactory(A1B1); 160 CreateFactory(A1B2);162 // CreateFactory(A1B2); 161 163 CreateFactory(A2B1); 162 164 CreateFactory(A2B2);
Note: See TracChangeset
for help on using the changeset viewer.