Changeset 1990 for code/branches/objecthierarchy/src/orxonox/objects
- Timestamp:
- Oct 21, 2008, 5:53:09 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/Test.cc
r1960 r1990 65 65 66 66 void Test::checkV1(){ 67 COUT(1) << "V1 changed: " << v1 << std::endl;67 COUT(1) << "V1 changed: " << v1 << std::endl; 68 68 } 69 69 70 70 void Test::checkV2(){ 71 COUT(1) << "V2 changed: " << v2 << std::endl;71 COUT(1) << "V2 changed: " << v2 << std::endl; 72 72 } 73 73 74 74 void Test::checkV3(){ 75 COUT(1) << "V3 changed: " << v3 << std::endl;75 COUT(1) << "V3 changed: " << v3 << std::endl; 76 76 } 77 77 -
code/branches/objecthierarchy/src/orxonox/objects/Test.h
r1958 r1990 36 36 namespace orxonox 37 37 { 38 class _OrxonoxExport Test: public BaseObject, virtualpublic network::Synchronisable38 class _OrxonoxExport Test: public BaseObject, public network::Synchronisable 39 39 { 40 40 public: … … 60 60 } 61 61 62 #endif /* _ PlayerInfo_H__ */62 #endif /* _Test_H__ */
Note: See TracChangeset
for help on using the changeset viewer.