TestReporter.h

Go to the documentation of this file.
00001 // TestReporter.h
00002 
00003 #ifndef A_TestReporter_h
00004 #define A_TestReporter_h 1
00005 
00006 #include "BESReporter.h"
00007 
00008 class TestReporter : public BESReporter
00009 {
00010 private:
00011     string              _name ;
00012 public:
00013                         TestReporter( string name ) ;
00014     virtual             ~TestReporter() ;
00015 
00016     virtual void        report( const BESDataHandlerInterface &dhi ) ;
00017     virtual string      get_name() { return _name ; }
00018 
00019     virtual void        dump( ostream &strm ) const { }
00020 } ;
00021 
00022 #endif // A_TestReporter_h
00023 

Generated on Wed Jan 2 06:01:19 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4