Changeset 25693 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jan 8, 2010 4:29:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r24998 r25693 618 618 CHECK_ERROR_BREAK(guest, SetCredentials(Bstr(a->argv[2]), Bstr(a->argv[3]), Bstr(a->argv[4]), fAllowLocalLogon)); 619 619 } 620 #if 0 /* TODO: review & remove */ 620 621 else if (!strcmp(a->argv[1], "dvdattach")) 621 622 { … … 738 739 CHECK_ERROR(machine, MountMedium(Bstr("Floppy Controller"), 0, 0, uuid, FALSE /* aForce */)); 739 740 } 741 #endif /* obsolete dvdattach/floppyattach */ 740 742 #ifdef VBOX_WITH_MEM_BALLOONING 741 743 else if ( !strcmp(a->argv[1], "--guestmemoryballoon")
Note:
See TracChangeset
for help on using the changeset viewer.