00001 #ifndef DDLSolid_H 00002 #define DDLSolid_H 00003 00004 // ------------------------------------------------------------------------- 00005 // Includes 00006 // ------------------------------------------------------------------------- 00007 #include "DDXMLElement.h" 00008 00009 #include <string> 00010 00012 00027 class DDLSolid : public DDXMLElement 00028 { 00029 public: 00030 00032 DDLSolid(); 00033 00035 ~DDLSolid(); 00036 00037 void setReference (const std::string& nmspace); 00038 00039 }; 00040 #endif