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

DC_SBY_PostSepFsmState.h

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SBY_PostSepFsmState.h 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #ifndef DC_SBY_PostSepFsmStateH 00010 #define DC_SBY_PostSepFsmStateH 00011 00012 #include "../GeneralInclude/ForwardDeclarations.h" 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "../FSM/FsmState.h" 00015 00035 class DC_SBY_PostSepFsmState : public FsmState { 00036 00037 public: 00038 00042 DC_SBY_PostSepFsmState(void); 00043 00044 00052 virtual void doInit(void); 00053 00058 virtual void doContinue(void); 00059 00067 virtual void doExit(void); 00068 00077 virtual bool isFinished(void); 00078 00079 }; 00080 00081 #endif 00082
Copyright 2003 P&P Software GmbH - All Rights Reserved