Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OutputStreamAgent.cpp
Go to the documentation of this file.
1 //====================================================================
2 // OutputStreamAgent.cpp
3 //--------------------------------------------------------------------
4 //
5 // Package : (The LHCb PersistencySvc service)
6 //
7 // Description: Implementation of the OutputStream Agent
8 //
9 // Author : M.Frank
10 // Created : 13/1/99
11 // Changes :
12 //
13 //====================================================================
14 #define PERSISTENCYSVC_OUTPUTSTREAMAGENT_CPP
15 
16 // Framework includes
18 #include "OutputStream.h"
19 #include "OutputStreamAgent.h"
20 
23 : m_OutputStream(OutputStream)
24 {
25 }
26 
29 }
30 
33  return m_OutputStream->collect(pRegistry, level);
34 }

Generated at Wed Dec 4 2013 14:33:07 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004