/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/ers/ers-00-00-03/src/DefaultIssue.cxx

Go to the documentation of this file.
00001 /*
00002  *  DefaultIssue.cxx
00003  *  ers
00004  *
00005  *  Created by Matthias Wiesmann on 14.02.05.
00006  *  Copyright 2005 CERN. All rights reserved.
00007  *
00008  */
00009 
00010 #include "ers/DefaultIssue.h"
00011 #include <cstdlib> 
00017 ers::DefaultIssue::DefaultIssue(const std::string &name) : Issue() {
00018     m_class_name = name ; 
00019 } // DefaultIssue
00020 
00021 ers::DefaultIssue::~DefaultIssue() throw() {} 
00022 
00028 const char *ers::DefaultIssue::get_class_name() const throw() {
00029     return m_class_name.c_str(); 
00030 } // get_class_name
00031 

Generated on Tue Nov 29 22:58:27 2016 for BOSS_7.0.2 by  doxygen 1.4.7