Changeset 52554 in vbox for trunk/include/VBox
- Timestamp:
- Sep 1, 2014 4:00:05 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r52546 r52554 514 514 } 515 515 516 Utf8Str(CBSTR that, size_t a_c chSize = RTSTR_MAX)517 { 518 copyFrom(that, a_c chSize);516 Utf8Str(CBSTR that, size_t a_cwcSize = RTSTR_MAX) 517 { 518 copyFrom(that, a_cwcSize); 519 519 } 520 520 … … 718 718 protected: 719 719 720 void copyFrom(CBSTR a_pbstr, size_t a_c chSize= RTSTR_MAX);720 void copyFrom(CBSTR a_pbstr, size_t a_cwcMax = RTSTR_MAX); 721 721 HRESULT copyFromEx(CBSTR a_pbstr); 722 722 HRESULT copyFromExNComRC(const char *a_pcszSrc, size_t a_offSrc, size_t a_cchSrc);
Note:
See TracChangeset
for help on using the changeset viewer.