Changeset 101299 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 27, 2023 9:21:05 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159285
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformPropertiesImpl.h
r101282 r101299 80 80 HRESULT getSupportedFirmwareTypes(std::vector<FirmwareType_T> &aSupportedFirmwareTypes) RT_OVERRIDE; 81 81 HRESULT getSupportedGraphicsControllerTypes(std::vector<GraphicsControllerType_T> &aSupportedGraphicsControllerTypes) RT_OVERRIDE; 82 HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aSupportedGuestOSTypes);82 HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aSupportedGuestOSTypes); 83 83 HRESULT getSupportedNetworkAdapterTypes(std::vector<NetworkAdapterType_T> &aSupportedNetworkAdapterTypes) RT_OVERRIDE; 84 84 HRESULT getSupportedUartTypes(std::vector<UartType_T> &aSupportedUartTypes) RT_OVERRIDE; -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101282 r101299 322 322 HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf); 323 323 HRESULT i_unloadCryptoIfModule(void); 324 HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, std::vector<ComPtr<IGuestOSType>> &aGuestOSTypes); 324 HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, 325 std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes); 325 326 326 327 private:
Note:
See TracChangeset
for help on using the changeset viewer.