Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_DummyPunctualAction.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyPunctualAction.h 00005 // 00006 // Version 1.1 00007 // Date 01.10.02 (Version 1.0) 00008 // 30.09.03 (Version 1.1) 00009 // Author A. Pasetti (P&P Software), R. Totaro 00010 // 00011 // Change Record: 00012 // Version 1.1: Added an activation counter and its getter method 00013 00014 #ifndef DC_DummyPunctualActionH 00015 #define DC_DummyPunctualActionH 00016 00017 #include "../GeneralInclude/BasicTypes.h" 00018 #include "../Base/CC_RootObject.h" 00019 #include "PunctualAction.h" 00020 00029 class DC_DummyPunctualAction : public PunctualAction { 00030 private: 00031 unsigned int counter; 00032 00033 public: 00037 DC_DummyPunctualAction(void); 00038 00044 unsigned int getActivationCounter(void) const; 00045 00046 protected: 00053 virtual TD_ActionOutcome doAction(void); 00054 }; 00055 00056 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved