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

DC_FdirCheck.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_FdirCheck.h 00005 // 00006 // Version 1.0 00007 // Date 11.06.03 (version 1.0) 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_FdirCheckH 00011 #define DC_FdirCheckH 00012 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "../Base/PunctualAction.h" 00015 #include "../FDIR/RecoveryAction.h" 00016 00050 class DC_FdirCheck : public PunctualAction { 00051 private: 00052 RecoveryAction* pRecoveryAction; 00053 PunctualAction* pFdiCheck; 00054 00055 protected: 00071 virtual TD_ActionOutcome doAction(void); 00072 00073 public: 00078 DC_FdirCheck(void); 00079 00085 void setFdiCheck(PunctualAction* pFdiCheck); 00086 00092 PunctualAction* getFdiCheck(void); 00093 00099 void setRecoveryAction(RecoveryAction* pRecoveryAction); 00100 00106 RecoveryAction* getRecoveryAction(void); 00107 00113 virtual bool isObjectConfigured(void); 00114 }; 00115 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved