Changeset 104692 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 16, 2024 3:51:25 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163246
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
r101515 r104692 10 10 11 11 /* 12 * Copyright (C) 2006-202 3Oracle and/or its affiliates.12 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 13 13 * 14 14 * This file is part of VirtualBox base platform packages, as … … 3156 3156 case NetworkAttachmentType_Cloud: 3157 3157 { 3158 static const char *s_pszCloudExtPackName = "Oracle VM VirtualBox Extension Pack";3158 static const char *s_pszCloudExtPackName = VBOX_PUEL_PRODUCT; 3159 3159 /* 3160 3160 * Cloud network attachments do not work wihout installed extpack. -
trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp
r104516 r104692 10 10 11 11 /* 12 * Copyright (C) 2006-202 3Oracle and/or its affiliates.12 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 13 13 * 14 14 * This file is part of VirtualBox base platform packages, as … … 279 279 */ 280 280 # ifdef VBOX_WITH_EXTPACK 281 static const char *s_pszPCIRawExtPackName = "Oracle VM VirtualBox Extension Pack";281 static const char *s_pszPCIRawExtPackName = VBOX_PUEL_PRODUCT; 282 282 if (!mptrExtPackManager->i_isExtPackUsable(s_pszPCIRawExtPackName)) 283 283 /* Always fatal! */
Note:
See TracChangeset
for help on using the changeset viewer.