The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Bootstrap.h
Go to the documentation of this file.
1
// $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/Bootstrap.h,v 1.8 2006/11/30 14:43:12 mato Exp $
2
#ifndef GAUDIKERNEL_BOOTSTRAP_H
3
#define GAUDIKERNEL_BOOTSTRAP_H
4
5
// Include files
6
#include <string>
7
8
// Framework include files
9
#include "GaudiKernel/Kernel.h"
10
11
// Forward declarations
12
class
IAppMgrUI
;
13
class
ISvcLocator
;
14
class
IInterface
;
15
23
namespace
Gaudi
{
24
25
GAUDI_API
IAppMgrUI
*
createApplicationMgrEx
(
const
std::string& dllname ,
26
const
std::string& factname );
27
GAUDI_API
IAppMgrUI
*
createApplicationMgr
(
const
std::string& dllname ,
28
const
std::string& factname );
29
GAUDI_API
IAppMgrUI
*
createApplicationMgr
(
const
std::string& dllname );
30
GAUDI_API
IAppMgrUI
*
createApplicationMgr
();
31
GAUDI_API
IInterface
*
createInstance
(
const
std::string& name,
32
const
std::string& factname,
33
const
std::string& ddlname);
34
GAUDI_API
ISvcLocator
*
svcLocator
();
39
GAUDI_API
ISvcLocator
*
setInstance
(
ISvcLocator
* newInstance);
44
GAUDI_API
IAppMgrUI
*
setInstance
(
IAppMgrUI
* newInstance);
45
46
}
47
48
#endif // GAUDIKERNEL_BOOTSTRAP_H
GaudiKernel
GaudiKernel
Bootstrap.h
Generated on Mon Feb 16 2015 11:56:54 for The Gaudi Framework by
1.8.2