VirtualBox

Ignore:
Timestamp:
Jul 13, 2020 12:38:15 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139285
Message:

Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff where possible. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r85306 r85307  
    195195                                NATProtocol_T aProto, IN_BSTR aHostIp, uint16_t aHostPort,
    196196                                IN_BSTR aGuestIp, uint16_t aGuestPort);
    197     void i_onNATNetworkChanged(IN_BSTR aNetworkName);
    198     void i_onNATNetworkStartStop(IN_BSTR aNetworkName, BOOL aStart);
    199     void i_onNATNetworkSetting(IN_BSTR aNetworkName, BOOL aEnabled, IN_BSTR aNetwork,
    200                                IN_BSTR aGateway, BOOL aAdvertiseDefaultIpv6RouteEnabled,
     197    void i_onNATNetworkChanged(const Utf8Str &aNetworkName);
     198    void i_onNATNetworkStartStop(const Utf8Str &aNetworkName, BOOL aStart);
     199    void i_onNATNetworkSetting(const Utf8Str &aNetworkName, BOOL aEnabled, const Utf8Str &aNetwork,
     200                               const Utf8Str &aGateway, BOOL aAdvertiseDefaultIpv6RouteEnabled,
    201201                               BOOL fNeedDhcpServer);
    202     void i_onNATNetworkPortForward(IN_BSTR aNetworkName, BOOL create, BOOL fIpv6,
    203                                    IN_BSTR aRuleName, NATProtocol_T proto,
    204                                    IN_BSTR aHostIp, LONG aHostPort,
    205                                    IN_BSTR aGuestIp, LONG aGuestPort);
     202    void i_onNATNetworkPortForward(const Utf8Str &aNetworkName, BOOL create, BOOL fIpv6,
     203                                   const Utf8Str &aRuleName, NATProtocol_T proto,
     204                                   const Utf8Str &aHostIp, LONG aHostPort,
     205                                   const Utf8Str &aGuestIp, LONG aGuestPort);
    206206    void i_onHostNameResolutionConfigurationChange();
    207207
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