| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RootIOIncident.cc

Go to the documentation of this file.
00001 #include "RootIOSvc/RootIOIncident.h"
00002 
00003 RootIOIncident::RootIOIncident(const std::string& src,const std::string& typ,
00004                                const std::string& filename, RootIOIncident::FileState state)
00005     : Incident(src,typ)
00006     , m_filename(filename)
00007     , m_state(state)
00008 {
00009 }
00010 RootIOIncident::~RootIOIncident()
00011 {
00012 }
00013 
00014 const std::string& RootIOIncident::filename() const
00015 {
00016     return m_filename;
00017 }
00018 
00019 RootIOIncident::FileState RootIOIncident::state() const
00020 {
00021     return m_state;
00022 }
00023 
00024 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:18:19 2011 for RootIOSvc by doxygen 1.4.7