VirtualBox

Changeset 52554 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 1, 2014 4:00:05 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95815
Message:

VBox/Main: #1909: Bug & coding style fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r52546 r52554  
    514514    }
    515515
    516     Utf8Str(CBSTR that, size_t a_cchSize = RTSTR_MAX)
    517     {
    518         copyFrom(that, a_cchSize);
     516    Utf8Str(CBSTR that, size_t a_cwcSize = RTSTR_MAX)
     517    {
     518        copyFrom(that, a_cwcSize);
    519519    }
    520520
     
    718718protected:
    719719
    720     void copyFrom(CBSTR a_pbstr, size_t a_cchSize = RTSTR_MAX);
     720    void copyFrom(CBSTR a_pbstr, size_t a_cwcMax = RTSTR_MAX);
    721721    HRESULT copyFromEx(CBSTR a_pbstr);
    722722    HRESULT copyFromExNComRC(const char *a_pcszSrc, size_t a_offSrc, size_t a_cchSrc);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette