ESGObject.h

Go to the documentation of this file.
00001 /* $Id:$ */
00002 
00003 #ifndef __ESG_OBJECT_H
00004 #define __ESG_OBJECT_H
00005 
00006 #include <typeinfo>
00007 
00008 using namespace std;
00009 
00010 namespace esg {
00011 
00017 class OGSCENE_EXPORT ESGObject {
00018 public:
00019     virtual ~ESGObject () {}
00020 };
00021     
00022 }; // namespace
00023 
00024 #endif // __ESG_OBJECT_H

Generated on Wed Jun 28 12:24:28 2006 for esg by  doxygen 1.4.6