Changeset 80426 in vbox
- Timestamp:
- Aug 26, 2019 3:13:16 PM (5 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r79646 r80426 1065 1065 case VirtualSystemDescriptionType_CloudInstanceDisplayName: 1066 1066 case VirtualSystemDescriptionType_CloudImageDisplayName: 1067 case VirtualSystemDescriptionType_CloudParavirtualized: 1068 case VirtualSystemDescriptionType_CloudPrivateIP: 1067 1069 /** @todo VirtualSystemDescriptionType_Miscellaneous? */ 1068 1070 break; -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r80114 r80426 4026 4026 <enum 4027 4027 name="VirtualSystemDescriptionType" 4028 uuid=" 9eed2b05-fe6c-46a7-ad75-b039ac2919f9"4028 uuid="812b551a-c80d-11e9-80cc-9f824d45708a" 4029 4029 > 4030 4030 <desc>Used with <link to="IVirtualSystemDescription" /> to describe the type of … … 4087 4087 <const name="CloudInstanceDisplayName" value="41" /> 4088 4088 <const name="CloudImageDisplayName" value="42" /> 4089 <const name="CloudParavirtualized" value="43" /> 4090 <const name="CloudPrivateIP" value="44" /> 4089 4091 </enum> 4090 4092
Note:
See TracChangeset
for help on using the changeset viewer.