Changeset 6417 for code/trunk/src/orxonox/Test.h
- Timestamp:
- Dec 25, 2009, 10:23:58 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/Test.h
r5781 r6417 76 76 void checkS4(); 77 77 78 void printPointer(); 79 78 80 static void printV1(){ instance_->checkU1(); } 79 81 static void printV2(){ instance_->checkU2(); } … … 94 96 TYPE s4; 95 97 98 Test* pointer_; 99 96 100 static Test* instance_; 97 101 };
Note: See TracChangeset
for help on using the changeset viewer.