Changeset 104692 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 16, 2024 3:51:25 PM (8 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r101293 r104692 5 5 6 6 /* 7 * Copyright (C) 2010-202 3Oracle and/or its affiliates.7 * Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as … … 34 34 #include "VirtualBoxBase.h" 35 35 #include <VBox/ExtPack/ExtPack.h> 36 #include <VBox/version.h> /* VBOX_PUEL_PRODUCT */ 36 37 #include "ExtPackWrap.h" 37 38 #include "ExtPackFileWrap.h" … … 41 42 42 43 /** The name of the oracle extension back. */ 43 #define ORACLE_PUEL_EXTPACK_NAME "Oracle VM VirtualBox Extension Pack"44 #define ORACLE_PUEL_EXTPACK_NAME VBOX_PUEL_PRODUCT 44 45 45 46 -
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.