All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DetPersistencySvc.cpp
Go to the documentation of this file.
1 #define PERSISTENCYSVC_DETPERSISTENCYSVC_CPP
2 
3 #include <iostream>
4 
5 // Implementation specific definitions
8 #include "DetPersistencySvc.h"
9 
10 // Instantiation of a static factory class used by clients to create
11 // instances of this service
13 
14 // Finalize the service.
16 {
18  return status;
19 }
20 
21 // Initialize the service.
23 {
25  return status;
26 }
27 
28 // Standard Constructor
29 DetPersistencySvc::DetPersistencySvc(const std::string& name, ISvcLocator* svc)
30  : PersistencySvc(name, svc)
31 {}
32 
33 // Standard Destructor
35 {}
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
virtual StatusCode initialize()
Initialize the service.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:36
virtual StatusCode finalize()
stop the service.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
virtual StatusCode initialize()
Initialize the service.
PersistencySvc class implementation definition.
DetPersistencySvc(const std::string &name, ISvcLocator *svc)