//## begin module%1.4%.codegen_version preserve=yes // Read the documentation to learn more about C++ code generator // versioning. //## end module%1.4%.codegen_version //## begin module%3D86D44001D6.cm preserve=no // %X% %Q% %Z% %W% //## end module%3D86D44001D6.cm //## begin module%3D86D44001D6.cp preserve=no //## end module%3D86D44001D6.cp //## Module: Timer%3D86D44001D6; Pseudo Package body //## Source file: C:\Program Files\Rational\Rose\C++\source\Timer.cpp //## begin module%3D86D44001D6.additionalIncludes preserve=no //## end module%3D86D44001D6.additionalIncludes //## begin module%3D86D44001D6.includes preserve=yes #include "eyebot.h" //## end module%3D86D44001D6.includes // Timer #include "Timer.h" //## begin module%3D86D44001D6.additionalDeclarations preserve=yes //## end module%3D86D44001D6.additionalDeclarations // Class Timer Timer::Timer() //## begin Timer::Timer%3D86D44001D6_const.hasinit preserve=no //## end Timer::Timer%3D86D44001D6_const.hasinit //## begin Timer::Timer%3D86D44001D6_const.initialization preserve=yes //## end Timer::Timer%3D86D44001D6_const.initialization { //## begin Timer::Timer%3D86D44001D6_const.body preserve=yes //## end Timer::Timer%3D86D44001D6_const.body } //## Other Operations (implementation) int Timer::getCount () { //## begin Timer::getCount%3D9025BF0302.body preserve=yes return OSGetCount(); //## end Timer::getCount%3D9025BF0302.body } // Additional Declarations //## begin Timer%3D86D44001D6.declarations preserve=yes //## end Timer%3D86D44001D6.declarations //## begin module%3D86D44001D6.epilog preserve=yes //## end module%3D86D44001D6.epilog