Changeset 91326 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Sep 22, 2021 3:10:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r91312 r91326 64 64 class VMPowerUpTask; 65 65 class VMPowerDownTask; 66 class NvramStore; 66 67 67 68 #include <iprt/uuid.h> … … 935 936 #endif 936 937 const ComObjPtr<EmulatedUSB> mEmulatedUSB; 938 const ComObjPtr<NvramStore> mptrNvramStore; 937 939 938 940 USBDeviceList mUSBDevices;
Note:
See TracChangeset
for help on using the changeset viewer.