00001 #ifndef IDBISERVICE_H 00002 #define IDBISERVICE_H 00003 00022 #include "GaudiKernel/IInterface.h" 00023 00024 class StatusCode; 00025 00026 // Declaration of the interface ID ( interface id, major version, minor version) 00027 static const InterfaceID IID_IDbiService(1795372, 1 , 0); 00028 00029 00030 class IDbiService : virtual public IInterface 00031 { 00032 public: 00034 static const InterfaceID& interfaceID() { return IID_IDbiService; } 00035 00036 virtual StatusCode ShowStatistics() const = 0; 00037 }; 00038 00039 00040 #endif /* IDBISERVICE_H */