Changeset 100038 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 1, 2023 6:18:08 PM (20 months ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r99913 r100038 77 77 class VMPowerDownTask; 78 78 class NvramStore; 79 #ifdef VBOX_WITH_VIRT_ARMV8 80 class ResourceStore; 81 #endif 79 82 80 83 #include <iprt/uuid.h> … … 1014 1017 const ComObjPtr<EmulatedUSB> mEmulatedUSB; 1015 1018 const ComObjPtr<NvramStore> mptrNvramStore; 1019 #ifdef VBOX_WITH_VIRT_ARMV8 1020 const ComObjPtr<ResourceStore> mptrResourceStore; 1021 #endif 1016 1022 1017 1023 USBDeviceList mUSBDevices;
Note:
See TracChangeset
for help on using the changeset viewer.