DetPersistencySvc.cpp
Go to the documentation of this file.
1 #define PERSISTENCYSVC_DETPERSISTENCYSVC_CPP
2 
3 #include <iostream>
4 
5 // Implementation specific definitions
7 #include "DetPersistencySvc.h"
8 
9 // Instantiation of a static factory class used by clients to create
10 // instances of this service
12 
13 // Standard Constructor
15  : PersistencySvc(name, svc)
16 {}
17 
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
STL namespace.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:36
PersistencySvc class implementation definition.