Changeset 34785 in vbox
- Timestamp:
- Dec 7, 2010 2:48:46 PM (14 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r34242 r34785 45 45 #include "VBox/com/assert.h" 46 46 47 #include <iprt/ alloc.h>47 #include <iprt/mem.h> 48 48 #include <iprt/cpp/ministring.h> 49 49 … … 159 159 } 160 160 161 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 162 161 163 /** Case sensitivity selector. */ 162 164 enum CaseSensitivity … … 479 481 } 480 482 483 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 484 481 485 #if defined(VBOX_WITH_XPCOM) 482 486 /** … … 576 580 } 577 581 582 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 583 578 584 protected: 579 585 Utf8StrFmt() … … 604 610 va_end(args); 605 611 } 612 613 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 606 614 }; 607 615 … … 624 632 copyFrom(Utf8Str(aFormat, aArgs).c_str()); 625 633 } 634 635 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 626 636 }; 627 637 -
trunk/include/iprt/cpp/ministring.h
r33862 r34785 246 246 } 247 247 248 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 249 248 250 /** 249 251 * Assigns a copy of pcsz to "this".
Note:
See TracChangeset
for help on using the changeset viewer.