Changeset 23288 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Sep 24, 2009 3:22:25 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r22210 r23288 749 749 * 750 750 * @param pcszMatch name of attribute to find. 751 * @param str out: attribute value 751 * @param str out: attribute value; overwritten only if attribute was found 752 752 * @return TRUE if attribute was found and str was thus updated. 753 753 */ … … 771 771 * 772 772 * @param pcszMatch name of attribute to find. 773 * @param i out: attribute value 773 * @param i out: attribute value; overwritten only if attribute was found 774 774 * @return TRUE if attribute was found and str was thus updated. 775 775 */ … … 792 792 * 793 793 * @param pcszMatch name of attribute to find. 794 * @param i out: attribute value 794 * @param i out: attribute value; overwritten only if attribute was found 795 795 * @return TRUE if attribute was found and str was thus updated. 796 796 */ … … 834 834 * 835 835 * @param pcszMatch name of attribute to find. 836 * @param i out: attribute value 836 * @param i out: attribute value; overwritten only if attribute was found 837 837 * @return TRUE if attribute was found and str was thus updated. 838 838 */ … … 854 854 * 855 855 * @param pcszMatch name of attribute to find. 856 * @param i out: attribute value 856 * @param i out: attribute value; overwritten only if attribute was found 857 857 * @return TRUE if attribute was found and str was thus updated. 858 858 */
Note:
See TracChangeset
for help on using the changeset viewer.