Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 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
9 #include "DetPersistencySvc.h"
10 
11 // Instantiation of a static factory class used by clients to create
12 // instances of this service
14 
15 // Finalize the service.
17 {
19  return status;
20 }
21 
22 // Initialize the service.
24 {
26  return status;
27 }
28 
29 // Standard Constructor
31  : PersistencySvc(name, svc)
32 {}
33 
34 // Standard Destructor
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