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

DC_SM_PreSepFsmState.cpp

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SM_PreSepFsmState.cpp 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #include "../GeneralInclude/CompilerSwitches.h" 00010 #include "../GeneralInclude/Constants.h" 00011 #include "../FSM/FsmState.h" 00012 #include "../FSM/DC_SM_PreSepFsmState.h" 00013 00014 DC_SM_PreSepFsmState::DC_SM_PreSepFsmState(void) { 00015 // insert application-specific code here 00016 } 00017 00018 00019 void DC_SM_PreSepFsmState::doInit(void) { 00020 FsmState::doInit(); 00021 // remove previous statement and insert application-specific code here 00022 } 00023 00024 void DC_SM_PreSepFsmState::doContinue(void) { 00025 return; 00026 } 00027 00028 bool DC_SM_PreSepFsmState::isFinished(void) { 00029 return FsmState::isFinished(); 00030 // remove previous statement and insert application-specific code here 00031 } 00032
Copyright 2003 P&P Software GmbH - All Rights Reserved