Changeset 22211 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 12, 2009 4:05:19 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r20928 r22211 118 118 119 119 ComPtr<IProgress> progress; 120 CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, hif.asOutParam(),progress.asOutParam()));120 CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, progress.asOutParam())); 121 121 122 122 showProgress(progress); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp
r21520 r22211 547 547 { 548 548 ComPtr <IHostUSBDeviceFilter> flt; 549 CHECK_ERROR_BREAK (host, RemoveUSBDeviceFilter (cmd.mIndex , flt.asOutParam()));549 CHECK_ERROR_BREAK (host, RemoveUSBDeviceFilter (cmd.mIndex)); 550 550 } 551 551 else -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp
r19117 r22211 442 442 { 443 443 /* Delete interface */ 444 CProgress progress = host.RemoveHostOnlyNetworkInterface (iface.GetId() , iface);444 CProgress progress = host.RemoveHostOnlyNetworkInterface (iface.GetId()); 445 445 if (host.isOk()) 446 446 {
Note:
See TracChangeset
for help on using the changeset viewer.