Changeset 77883 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 26, 2019 4:01:42 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129586
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r77353 r77883 93 93 VBoxManageUSB.cpp \ 94 94 $(if $(VBOX_WITH_NAT_SERVICE),VBoxManageNATNetwork.cpp,) \ 95 $(if $(VBOX_WITH_NAT_SERVICE),../../NetworkServices/NetLib/VBoxNetPortForwardString.cpp,) 95 $(if $(VBOX_WITH_NAT_SERVICE),../../NetworkServices/NetLib/VBoxNetPortForwardString.cpp,) \ 96 VBoxManageCloud.cpp 96 97 VBoxManage_SOURCES.win = \ 97 98 VBoxManage.rc -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r77801 r77883 160 160 { "convertdd", USAGE_CONVERTFROMRAW, VBMG_CMD_TODO, handleConvertFromRaw, VBMG_CMD_F_NO_COM }, 161 161 { "usbdevsource", USAGE_USBDEVSOURCE, VBMG_CMD_TODO, handleUSBDevSource, 0 }, 162 { "cloudprofile", USAGE_S_NEWCMD, HELP_CMD_CLOUDPROFILE, handleCloudProfile, 0 } 162 { "cloudprofile", USAGE_S_NEWCMD, HELP_CMD_CLOUDPROFILE, handleCloudProfile, 0 }, 163 { "cloud", USAGE_S_NEWCMD, VBMG_CMD_TODO, handleCloud, 0 } 163 164 }; 164 165 165 166 166 /** -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r77801 r77883 341 341 RTEXITCODE handleBandwidthControl(HandlerArg *a); 342 342 343 /* VBoxManageCloud.cpp */ 344 RTEXITCODE handleCloud(HandlerArg *a); 345 343 346 #endif /* !VBOX_ONLY_DOCS */ 344 347
Note:
See TracChangeset
for help on using the changeset viewer.