All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IDataStoreAgent.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IDataStoreAgent.h,v 1.4 2006/11/30 15:22:07 dquarrie Exp $
2 #ifndef GAUDIKERNEL_IDATASTOREAGENT_H
3 #define GAUDIKERNEL_IDATASTOREAGENT_H
4 
5 // Framework include files
6 #include "GaudiKernel/Kernel.h"
7 
8 // Forward declarations:
9 class IRegistry;
10 
18 public:
20  virtual ~IDataStoreAgent() { }
21 
25  virtual bool analyse(IRegistry* pObject, int level) = 0;
26 };
27 #endif // GAUDIKERNEL_IDATASTOREAGENT_H
virtual ~IDataStoreAgent()
destructor
The IRegistry represents the entry door to the environment any data object residing in a transient da...
Definition: IRegistry.h:22
Generic data agent interface.
#define GAUDI_API
Definition: Kernel.h:108