Changeset 32727 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
- Timestamp:
- Sep 23, 2010 2:31:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r32718 r32727 100 100 101 101 ComPtr<IHostNetworkInterface> hif; 102 CHECK_ERROR(host, FindHostNetworkInterfaceByName(name , hif.asOutParam()));102 CHECK_ERROR(host, FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam())); 103 103 104 104 Bstr guid; … … 106 106 107 107 ComPtr<IProgress> progress; 108 CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, progress.asOutParam()));108 CHECK_ERROR(host, RemoveHostOnlyNetworkInterface(guid.raw(), progress.asOutParam())); 109 109 110 110 rc = showProgress(progress);
Note:
See TracChangeset
for help on using the changeset viewer.