The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
17
#include "GaudiKernel/IDataManagerSvc.h"
18
#include "
OutputStream.h
"
19
#include "
OutputStreamAgent.h
"
20
22
OutputStreamAgent::OutputStreamAgent
(
OutputStream
*
OutputStream
)
23
: m_OutputStream(OutputStream)
24
{
25
}
26
28
OutputStreamAgent::~OutputStreamAgent
() {
29
}
30
32
bool
OutputStreamAgent::analyse
(
IRegistry
* pRegistry,
int
level
) {
33
return
m_OutputStream
->
collect
(pRegistry, level);
34
}
GaudiCommonSvc
src
PersistencySvc
OutputStreamAgent.cpp
Generated on Mon Feb 16 2015 11:56:53 for The Gaudi Framework by
1.8.2