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

DC_DummyPointerControlBlock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyPointerControlBlock.h 00005 // 00006 // Version 1.1 00007 // Date 16.10.03 (Version 1.0 & 1.1) 00008 // Author R. Totaro 00009 // 00010 // Change Record: 00011 // Version 1.1: Amended the description of the class constructor 00012 00013 #ifndef DC_DummyPointerControlBlockH 00014 #define DC_DummyPointerControlBlockH 00015 00016 #include "../GeneralInclude/ForwardDeclarations.h" 00017 #include "../GeneralInclude/BasicTypes.h" 00018 #include "PointerControlBlock.h" 00019 00032 class DC_DummyPointerControlBlock : public PointerControlBlock { 00033 protected: 00038 virtual void propagateState(void); 00039 00044 virtual void updateOutput(void); 00045 00046 public: 00052 DC_DummyPointerControlBlock(void); 00053 00057 virtual void reset(void); 00058 }; 00059 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved