- Timestamp:
- May 24, 2019 7:46:11 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r78430 r78735 152 152 }; 153 153 154 enum 154 enum actionType 155 155 { 156 156 NOT_SET, LOCAL, CLOUD … … 989 989 case VirtualSystemDescriptionType_CloudInstanceId: 990 990 case VirtualSystemDescriptionType_CloudImageId: 991 case VirtualSystemDescriptionType_CloudInstanceState: 992 case VirtualSystemDescriptionType_CloudImageState: 991 993 case VirtualSystemDescriptionType_Miscellaneous: 992 994 /** @todo VirtualSystemDescriptionType_Miscellaneous? */ -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r78734 r78735 432 432 static RTEXITCODE createCloudInstance(HandlerArg *a, int iFirst, PCLOUDCOMMONOPT pCommonOpts) 433 433 { 434 RT_NOREF(a); 434 435 RT_NOREF(iFirst); 435 436 RT_NOREF(pCommonOpts); … … 439 440 static RTEXITCODE updateCloudInstance(HandlerArg *a, int iFirst, PCLOUDCOMMONOPT pCommonOpts) 440 441 { 442 RT_NOREF(a); 441 443 RT_NOREF(iFirst); 442 444 RT_NOREF(pCommonOpts); … … 513 515 514 516 size_t vsdHReadableArraySize = 9;//the number of items in the vsdHReadableArray 515 vsdHReadable vsdHReadableArray[ vsdHReadableArraySize] = {517 vsdHReadable vsdHReadableArray[9] = { 516 518 {VirtualSystemDescriptionType_CloudDomain, "Availability domain = '%ls'\n", "Availability domain wasn't found\n"}, 517 519 {VirtualSystemDescriptionType_Name, "Instance displayed name = '%ls'\n", "Instance displayed name wasn't found\n"},
Note:
See TracChangeset
for help on using the changeset viewer.