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

DC_SM_PreSepFsmState.h

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