Changeset 6123 for code/branches/presentation2/src/orxonox/Test.h
- Timestamp:
- Nov 23, 2009, 8:19:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/Test.h
r5781 r6123 75 75 void checkS3(); 76 76 void checkS4(); 77 78 void printPointer(); 77 79 78 80 static void printV1(){ instance_->checkU1(); } … … 93 95 TYPE s3; 94 96 TYPE s4; 97 98 Test* pointer_; 95 99 96 100 static Test* instance_;
Note: See TracChangeset
for help on using the changeset viewer.