Changeset 106384 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 16, 2024 1:58:41 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformARMImpl.h
r106061 r106384 68 68 HRESULT i_saveSettings(settings::PlatformARM &data); 69 69 HRESULT i_applyDefaults(GuestOSType *aOsType); 70 71 private: 72 73 // wrapped IPlatformARM methods 74 HRESULT getCPUProperty(CPUPropertyTypeARM_T aProperty, BOOL *aValue); 75 HRESULT setCPUProperty(CPUPropertyTypeARM_T aProperty, BOOL aValue); 70 76 }; 71 77 #endif /* !MAIN_INCLUDED_PlatformARMImpl_h */
Note:
See TracChangeset
for help on using the changeset viewer.