Streamable.h

00001 #ifndef STREAMABLE_H
00002 #define STREAMABLE_H
00003 
00004 #include <string>
00005 
00006 using std::string;
00007 
00008 namespace Sct {
00009 
00015 class Streamable {
00016 public:
00022     virtual string getClassName() const = 0;
00023 
00028     virtual ~Streamable() {}
00029 }
00030 ;
00031 
00032 }
00033 
00034 #endif //#ifndef STREAMABLE_H

Generated on Mon Feb 6 14:01:30 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6