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

DC_SCM_FsmState.h

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SCM_FsmState.h 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #ifndef DC_SCM_FsmStateH 00010 #define DC_SCM_FsmStateH 00011 00012 #include "../GeneralInclude/ForwardDeclarations.h" 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "../FSM/FsmState.h" 00015 00035 class DC_SCM_FsmState : public FsmState { 00036 00037 public: 00038 00042 DC_SCM_FsmState(void); 00043 00044 00052 virtual void doInit(void); 00053 00060 virtual void doContinue(void); 00061 00070 virtual bool isFinished(void); 00071 00072 }; 00073 00074 #endif 00075
Copyright 2003 P&P Software GmbH - All Rights Reserved