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

DC_SampleRecoveryAction.cpp

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SampleRecoveryAction.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 "../FDIR/RecoveryAction.h" 00012 #include "../FDIR/DC_SampleRecoveryAction.h" 00013 00014 DC_SampleRecoveryAction::DC_SampleRecoveryAction(void) { 00015 // insert application-specific code here 00016 } 00017 00018 TD_ActionOutcome DC_SampleRecoveryAction::doRecoveryAction(void) { 00019 // insert application-specific code here 00020 return ACTION_SUCCESS; 00021 } 00022
Copyright 2003 P&P Software GmbH - All Rights Reserved