Changeset 28316 in vbox for trunk/include
- Timestamp:
- Apr 14, 2010 6:01:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r26753 r28316 547 547 { 548 548 return RTStrToUInt32(m_psz); 549 }550 551 /**552 * Intended to pass instances as out (|char **|) parameters to methods. Takes553 * the ownership of the returned data.554 *555 * @remarks See ministring::jolt().556 */557 char **asOutParam()558 {559 cleanup();560 return &m_psz;561 549 } 562 550
Note:
See TracChangeset
for help on using the changeset viewer.