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

DC_AfsFsmState.h

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