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

DC_PUSDumpMemoryAbsolute.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_PUSDumpMemoryAbsolute.h 00005 // 00006 // Version 1.0 00007 // Date 05.01.04 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_PUSDumpMemoryAbsoluteH 00011 #define DC_PUSDumpMemoryAbsoluteH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "PUSDumpMemory.h" 00016 00047 class DC_PUSDumpMemoryAbsolute : public PUSDumpMemory { 00048 00049 protected: 00050 00069 virtual TD_ActionOutcome doAction(void); 00070 00071 public: 00072 00078 DC_PUSDumpMemoryAbsolute(void); 00079 00080 00081 }; 00082 00083 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved