VirtualBox

Ignore:
Timestamp:
Sep 23, 2010 2:31:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66161
Message:

com/string: Windows build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp

    r32718 r32727  
    100100
    101101    ComPtr<IHostNetworkInterface> hif;
    102     CHECK_ERROR(host, FindHostNetworkInterfaceByName(name, hif.asOutParam()));
     102    CHECK_ERROR(host, FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam()));
    103103
    104104    Bstr guid;
     
    106106
    107107    ComPtr<IProgress> progress;
    108     CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, progress.asOutParam()));
     108    CHECK_ERROR(host, RemoveHostOnlyNetworkInterface(guid.raw(), progress.asOutParam()));
    109109
    110110    rc = showProgress(progress);
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