Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
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
GaudiCommonSvc
src
PersistencySvc
RecordStream.h
Go to the documentation of this file.
1
// $Id: RecordStream.h,v 1.1 2008/12/10 18:37:36 marcocle Exp $
2
#ifndef GAUDISVC_PERSISTENCYSVC_RECORDSTREAM_H
3
#define GAUDISVC_PERSISTENCYSVC_RECORDSTREAM_H
4
5
// Required for inheritance
6
#include "
OutputStream.h
"
7
14
class
RecordStream
:
public
OutputStream
{
15
public
:
17
RecordStream
(
const
std::string
&,
ISvcLocator
*);
19
virtual
~RecordStream
() {}
21
virtual
StatusCode
finalize
();
23
virtual
StatusCode
execute
() {
return
StatusCode::SUCCESS
; }
24
};
25
26
#endif // GAUDISVC_PERSISTENCYSVC_RECORDSTREAM_H
Generated at Mon Feb 17 2014 14:37:40 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004