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

DC_NullProfile.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_NullProfile.h 00005 // 00006 // Version 1.1 00007 // Date 07.01.03 (Version 1.0) 00008 // 01.10.03 (Version 1.1) 00009 // Author A. Pasetti (P&P Software), R. Totaro 00010 // 00011 // Change Record: 00012 // Version 1.1: replaced double and int with TD_Float and TD_Integer 00013 00014 #ifndef DC_NullProfileH 00015 #define DC_NullProfileH 00016 00017 #include "../GeneralInclude/ForwardDeclarations.h" 00018 #include "../GeneralInclude/BasicTypes.h" 00019 #include "MonitoringProfile.h" 00020 00033 class DC_NullProfile: public MonitoringProfile { 00034 00035 protected: 00036 00042 virtual bool doProfileCheck(TD_Integer value); 00043 00049 virtual bool doProfileCheck(TD_Float value); 00050 00051 public: 00052 00057 DC_NullProfile(void); 00058 00059 }; 00060 00061 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved