00001 // $Header: /local/reps/Gaudi/GaudiKernel/GaudiKernel/IInspectable.h,v 1.3 2006/11/30 15:22:07 dquarrie Exp $ 00002 #ifndef GAUDIKERNEL_IINSPECTABLE_H 00003 #define GAUDIKERNEL_IINSPECTABLE_H 00004 00005 // Forward declaration 00006 class IInspector; 00007 class IInspectable; 00008 00015 class IInspectable { 00016 public: 00017 00019 virtual ~IInspectable() { } 00020 00025 virtual bool acceptInspector(IInspector* pI) = 0; 00030 virtual bool acceptInspector(IInspector* pI) const = 0; 00031 }; 00032 #endif // GAUDIKERNEL_IINSPECTABLE_H