#ifndef _rooAttributeType_h #define _rooAttributeType_h #ifndef _rooPropertyType_h #include "rooPropertyType.h" #endif // // ROOT wrappers around ActiveSchema classes ( see ooas.h ) // //////////////////////////////////////////////////////////////////////////////// class rooAttributeType : public rooPropertyType { public: rooAttributeType(); rooAttributeType(void* imp) { setImp(imp); }; virtual ~rooAttributeType() {} ClassDef(rooAttributeType,0) // corresponds to Attribute_Type }; #endif // _rooAttributeType_h