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

DC_NullRecoveryAction.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_NullRecoveryAction.h 00005 // 00006 // Version 1.0 00007 // Date 11.06.03 (version 1.0) 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef NullRecoveryActionH 00011 #define NullRecoveryActionH 00012 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "RecoveryAction.h" 00015 00027 class DC_NullRecoveryAction : public RecoveryAction { 00028 00029 public: 00030 00034 DC_NullRecoveryAction(void); 00035 00036 protected: 00037 00043 virtual TD_ActionOutcome doRecoveryAction(void); 00044 00045 }; 00046 00047 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved