Changeset 101318 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 29, 2023 3:13:07 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159318
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r101035 r101318 1256 1256 DECL_HIDDEN_THROW(Utf8Str *) GetExtraDataBoth(IVirtualBox *pVirtualBox, IMachine *pMachine, const char *pszName, Utf8Str *pStrValue); 1257 1257 1258 #ifndef VBOX_WITH_EFI_IN_DD2 1259 DECLHIDDEN(int) findEfiRom(IVirtualBox* vbox, PlatformArchitecture_T aPlatformArchitecture, FirmwareType_T aFirmwareType, Utf8Str *pEfiRomFile); 1260 #endif 1261 1258 1262 #endif /* !MAIN_INCLUDED_ConsoleImpl_h */ 1259 1263 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101299 r101318 438 438 ComPtr<ICloudNetwork> &aNetwork); 439 439 HRESULT removeCloudNetwork(const ComPtr<ICloudNetwork> &aNetwork); 440 HRESULT checkFirmwarePresent(FirmwareType_T aFirmwareType, 440 HRESULT checkFirmwarePresent(PlatformArchitecture_T aPlatformArchitecture, 441 FirmwareType_T aFirmwareType, 441 442 const com::Utf8Str &aVersion, 442 443 com::Utf8Str &aUrl,
Note:
See TracChangeset
for help on using the changeset viewer.