Changeset 81422 in vbox for trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
- Timestamp:
- Oct 21, 2019 6:04:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
r78923 r81422 329 329 case NetworkAttachmentType_NATNetwork: strType = "NATNetwork"; break; 330 330 case NetworkAttachmentType_Null: strType = "Null"; break; 331 case NetworkAttachmentType_Cloud: strType = "Cloud"; break; 331 332 #ifdef VBOX_WITH_XPCOM_CPP_ENUM_HACK 332 333 case NetworkAttachmentType_32BitHack: AssertFailedBreak(); /* (compiler warnings) */
Note:
See TracChangeset
for help on using the changeset viewer.