00001 // $Header: /nfs/slac/g/glast/ground/cvs/GaudiKernel/GaudiKernel/IInspectable.h,v 1.1.1.1 2001/04/18 18:14:18 tlindner 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: 00021 virtual bool acceptInspector(IInspector* pI) = 0; 00026 virtual bool acceptInspector(IInspector* pI) const = 0; 00027 }; 00028 #endif // GAUDIKERNEL_IINSPECTABLE_H
1.2.3 written by Dimitri van Heesch,
© 1997-2000