Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
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
GaudiCommonSvc
src
PersistencySvc
DetPersistencySvc.cpp
Go to the documentation of this file.
1
#define PERSISTENCYSVC_DETPERSISTENCYSVC_CPP
2
3
#include <
iostream
>
4
5
// Implementation specific definitions
6
#include "
GaudiKernel/SvcFactory.h
"
7
#include "
GaudiKernel/ISvcLocator.h
"
8
#include "
GaudiKernel/IDataProviderSvc.h
"
9
#include "
DetPersistencySvc.h
"
10
11
// Instantiation of a static factory class used by clients to create
12
// instances of this service
13
DECLARE_SERVICE_FACTORY
(
DetPersistencySvc
)
14
15
// Finalize the service.
16
StatusCode
DetPersistencySvc
::finalize()
17
{
18
StatusCode
status =
PersistencySvc::finalize
();
19
return
status;
20
}
21
22
// Initialize the service.
23
StatusCode
DetPersistencySvc::initialize
()
24
{
25
StatusCode
status =
PersistencySvc::initialize
();
26
return
status;
27
}
28
29
// Standard Constructor
30
DetPersistencySvc::DetPersistencySvc
(
const
std::string
& name,
ISvcLocator
* svc)
31
:
PersistencySvc
(name, svc)
32
{}
33
34
// Standard Destructor
35
DetPersistencySvc::~DetPersistencySvc
()
36
{}
Generated at Wed Jan 30 2013 17:13:38 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004