Base.h

Go to the documentation of this file.
00001 #ifndef BASE_H
00002 #define BASE_H
00003 
00004 class Base {
00005 
00006 public:
00007 
00008     virtual ~Base() {};
00009     virtual const char* className() const = 0;
00010 
00011 };
00012 
00013 #endif
00014 

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6