The Gaudi Framework  v29r0 (ff2e7097)
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 "DetPersistencySvc.h"
8 
9 // Instantiation of a static factory class used by clients to create
10 // instances of this service
12 
13 // Standard Constructor
14 DetPersistencySvc::DetPersistencySvc( const std::string& name, ISvcLocator* svc ) : PersistencySvc( name, svc ) {}
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:33
PersistencySvc class implementation definition.