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

DC_NullRecoveryAction.cpp

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_NullRecoveryAction.cpp 00005 // 00006 // Version 1.0 00007 // Date 24.06.03 00008 // Author R. Totaro 00009 00010 #include "../GeneralInclude/CompilerSwitches.h" 00011 #include "../GeneralInclude/ClassId.h" 00012 #include "../GeneralInclude/Constants.h" 00013 #include "../Base/CC_RootObject.h" 00014 #include "DC_NullRecoveryAction.h" 00015 00016 DC_NullRecoveryAction::DC_NullRecoveryAction(void) { 00017 setClassId(ID_NULLRECOVERYACTION); 00018 } 00019 00020 TD_ActionOutcome DC_NullRecoveryAction::doRecoveryAction(void) { 00021 return ACTION_SUCCESS; 00022 }
Copyright 2003 P&P Software GmbH - All Rights Reserved