Changeset 55884 in vbox
- Timestamp:
- May 16, 2015 1:25:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp
r52927 r55884 303 303 if (a->argc != 2) 304 304 return errorSyntax(USAGE_DEBUGVM, "The osdetect sub-command does not take any arguments"); 305 306 com::Bstr bstrIgnore; 307 com::Bstr bstrAll("all"); 308 CHECK_ERROR2_RET(pDebugger, LoadPlugIn(bstrAll.raw(), bstrIgnore.asOutParam()), RTEXITCODE_FAILURE); 305 309 306 310 com::Bstr bstrName;
Note:
See TracChangeset
for help on using the changeset viewer.