All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IAddressCreator.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IAddressCreator.h,v 1.10 2003/11/27 10:20:57 mato Exp $
2 #ifndef GAUDIKERNEL_IADDRESSCREATOR_H
3 #define GAUDIKERNEL_IADDRESSCREATOR_H
4 
5 // Framework include files
7 #include "GaudiKernel/ClassID.h"
8 
9 // C++ include files
10 #include <string>
11 
12 // Forward declarations
13 class IOpaqueAddress;
14 
29 class GAUDI_API IAddressCreator: virtual public IInterface {
30 public:
33 
48  virtual StatusCode createAddress( long svc_type,
49  const CLID& clid,
50  const std::string* par,
51  const unsigned long* ipar,
52  IOpaqueAddress*& refpAddress) = 0;
53 
59  virtual StatusCode convertAddress( const IOpaqueAddress* pAddress,
60  std::string& refAddress) = 0;
61 
71  virtual StatusCode createAddress( long svc_type,
72  const CLID& clid,
73  const std::string& refAddress,
74  IOpaqueAddress*& refpAddress) = 0;
75 };
76 
77 #endif // GAUDIKERNEL_IADDRESSCREATOR_H
IAddressCreator interface definition.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
Definition of the basic interface.
Definition: IInterface.h:160
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:23
unsigned int CLID
Class ID definition.
Definition: ClassID.h:9
Opaque address interface definition.
#define GAUDI_API
Definition: Kernel.h:108