| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IDbiService.h

Go to the documentation of this file.
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 */
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:15:46 2011 for DatabaseInterface by doxygen 1.4.7