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

Go to the documentation of this file.
00001 /*
00002  *  DefaultIssue.h
00003  *  Test
00004  *
00005  *  Created by Matthias Wiesmann on 14.02.05.
00006  *  Copyright 2005 CERN. All rights reserved.
00007  *
00008  */
00009 
00010 #ifndef ERS_DEFAULT_ISSUE
00011 #define ERS_DEFAULT_ISSUE
00012 
00013 #include "ers/Issue.h"
00014 #include <cstdlib> 
00015 
00016 namespace ers {
00017     
00030     class DefaultIssue : public Issue {
00031 protected:
00032 public:
00033         DefaultIssue(const std::string &name) ; 
00034         ~DefaultIssue() throw() ; 
00035         virtual const char *get_class_name() const throw() ;           
00036     } ; // Issue
00037 }  // ers
00038 
00039 #endif

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