00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TSOLID_HH 00026 #define CLDAQ__TSOLID_HH 00027 00028 #include "Tglobals.h" 00029 00030 00050 class TSolid 00051 { 00052 00053 protected: 00054 Tstring theName; 00055 00056 public: 00057 TSolid(); 00058 ~TSolid(); 00059 00060 TSolid( const TSolid& right ); 00061 00062 }; 00063 00064 #endif