|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
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