Changeset 22211 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 12, 2009 4:05:19 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51011
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 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
Note:
See TracChangeset
for help on using the changeset viewer.