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

FsmState_inl.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // FsmState_inl.h 00005 // 00006 // Version 1.0 00007 // Date 12.10.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef FsmState_INL 00011 #define FsmState_INL 00012 00013 inline void FsmState::setNextState(FsmState* pState) { 00014 pNextState = pState; 00015 } 00016 00017 inline FsmState* FsmState::getNextState(void) const { 00018 return pNextState; 00019 } 00020 00021 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved