Changeset 25376 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 14, 2009 7:27:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55995
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r24915 r25376 366 366 { "controlvm", handleControlVM }, 367 367 { "discardstate", handleDiscardState }, 368 { "adoptstate", handleAdopt dState },368 { "adoptstate", handleAdoptState }, 369 369 { "snapshot", handleSnapshot }, 370 370 { "openmedium", handleOpenMedium }, -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r24907 r25376 193 193 int handleStartVM(HandlerArg *a); 194 194 int handleDiscardState(HandlerArg *a); 195 int handleAdopt dState(HandlerArg *a);195 int handleAdoptState(HandlerArg *a); 196 196 int handleGetExtraData(HandlerArg *a); 197 197 int handleSetExtraData(HandlerArg *a);
Note:
See TracChangeset
for help on using the changeset viewer.