27 #ifndef __XMLATTRIBUTEREFERENCE__ 28 #define __XMLATTRIBUTEREFERENCE__ 30 #include "IPMUnknown.h" 32 #include "XMLReference.h" 48 fXMLReference(ref), fAttrString(attr)
55 fXMLReference(ref), fAttrString(
PMString())
75 fAttrString < other.fAttrString :
88 {
return fXMLReference; }
94 {
return fAttrString; }
105 {
return fAttrString == other.fAttrString && fXMLReference == other.fXMLReference; }
112 {
return ((fAttrString != other.fAttrString) || (fXMLReference != other.fXMLReference)); }
121 #endif // __XMLATTRIBUTEREFERENCE__