Gaudi Framework, version v20r4

Generated: 8 Jan 2009

RunRecordStream.h

Go to the documentation of this file.
00001 // $Id: $
00002 #ifndef GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
00003 #define GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
00004 
00005 // Required for inheritance
00006 #include "OutputStream.h"
00007 
00014 class RunRecordStream : public OutputStream     {
00015 public:
00017   RunRecordStream(const std::string& nam, ISvcLocator* svc) : OutputStream(nam,svc) {}
00019   virtual ~RunRecordStream() {}
00021   virtual StatusCode finalize();
00023   virtual StatusCode execute() {  return StatusCode::SUCCESS; }
00024 };
00025 
00026 #endif // GAUDISVC_PERSISTENCYSVC_OUPUTFSRSTREAM_H

Generated at Thu Jan 8 17:44:24 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004