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