All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RunRecordStream.h
Go to the documentation of this file.
1 // $Id: $
2 #ifndef GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
3 #define GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
4 
5 // Required for inheritance
6 #include "OutputStream.h"
7 
14 class RunRecordStream : public OutputStream {
15 public:
17  RunRecordStream(const std::string& nam, ISvcLocator* svc) : OutputStream(nam,svc) {}
19  virtual ~RunRecordStream() {}
21  virtual StatusCode finalize();
23  virtual StatusCode execute() { return StatusCode::SUCCESS; }
24 };
25 
26 #endif // GAUDISVC_PERSISTENCYSVC_OUPUTFSRSTREAM_H