Changeset 39445 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 29, 2011 9:17:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r38735 r39445 456 456 int handleStartVM(HandlerArg *a) 457 457 { 458 HRESULT rc ;458 HRESULT rc = S_OK; 459 459 std::list<const char *> VMs; 460 460 Bstr sessionType = "gui";
Note:
See TracChangeset
for help on using the changeset viewer.