VirtualBox

Changeset 50395 in vbox


Ignore:
Timestamp:
Feb 10, 2014 3:52:59 PM (11 years ago)
Author:
vboxsync
Message:

Main: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r50384 r50395  
    47244724{
    47254725    HRESULT rc = S_OK;
    4726     Bstr bstr;
    47274726    ComPtr<DHCPServer> found;
    47284727
     
    47334732         ++it)
    47344733    {
     4734        Bstr bstr;
    47354735        rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam());
    47364736        if (FAILED(rc)) return rc;
     
    48874887#ifdef VBOX_WITH_NAT_SERVICE
    48884888
    4889     HRESULT rc;
    4890     Bstr bstr;
     4889    HRESULT rc = S_OK;
    48914890    ComPtr<NATNetwork> found;
    48924891
     
    48974896         ++it)
    48984897    {
     4898        Bstr bstr;
    48994899        rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam());
    49004900        if (FAILED(rc)) return rc;
Note: See TracChangeset for help on using the changeset viewer.

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