Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

OutputStreamAgent.cpp

Go to the documentation of this file.
00001 //====================================================================
00002 //      OutputStreamAgent.cpp
00003 //--------------------------------------------------------------------
00004 //
00005 //      Package    :  (The LHCb PersistencySvc service)
00006 //
00007 //  Description: Implementation of the OutputStream Agent
00008 //
00009 //      Author     : M.Frank
00010 //  Created    : 13/1/99
00011 //      Changes    : 
00012 //
00013 //====================================================================
00014 #define PERSISTENCYSVC_OUTPUTSTREAMAGENT_CPP
00015 
00016 // Framework includes
00017 #include "GaudiKernel/IDataManagerSvc.h"
00018 #include "OutputStream.h"
00019 #include "OutputStreamAgent.h"
00020 
00022 OutputStreamAgent::OutputStreamAgent(OutputStream* OutputStream)
00023 : m_OutputStream(OutputStream)  
00024 {
00025 }
00026 
00028 OutputStreamAgent::~OutputStreamAgent()  {
00029 }
00030 
00032 bool OutputStreamAgent::analyse(IRegistry* pRegistry, int level)   {
00033   return m_OutputStream->collect(pRegistry, level);
00034 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:25:03 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004