Changeset 64993 in vbox for trunk/include/iprt/cpp/xml.h
- Timestamp:
- Dec 22, 2016 7:23:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r62636 r64993 831 831 } 832 832 833 ContentNode *setContent(const char *pcszContent); 834 ContentNode *setContent(const RTCString &strContent) 835 { 836 return setContent(strContent.c_str()); 837 } 838 833 839 AttributeNode *setAttribute(const char *pcszName, const char *pcszValue); 834 840 AttributeNode *setAttribute(const char *pcszName, const RTCString &strValue)
Note:
See TracChangeset
for help on using the changeset viewer.