Changeset 48862 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Oct 4, 2013 1:02:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r48837 r48862 837 837 AttributeNode *setAttribute(const char *pcszName, bool f); 838 838 839 virtual ~ElementNode(); 840 839 841 protected: 840 842 // hide the default constructor so people use only our factory methods 841 843 ElementNode(const ElementNode *pElmRoot, Node *pParent, PRTLISTANCHOR pListAnchor, xmlNode *pLibNode); 842 844 ElementNode(const ElementNode &x); // no copying 843 virtual ~ElementNode();844 845 845 846 /** We keep a pointer to the root element for attribute namespace handling. */
Note:
See TracChangeset
for help on using the changeset viewer.