Changeset 61009 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- May 17, 2016 5:18:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r60765 r61009 36 36 #include "BandwidthControlImpl.h" 37 37 #include "BandwidthGroupImpl.h" 38 #include "VBox/settings.h"39 38 #ifdef VBOX_WITH_RESOURCE_USAGE_API 40 39 #include "Performance.h" … … 55 54 56 55 #include "MachineWrap.h" 56 57 /** @todo r=klaus after moving the various Machine settings structs to 58 * MachineImpl.cpp it should be possible to eliminate this include. */ 59 #include <VBox/settings.h> 57 60 58 61 // defines … … 76 79 class SessionMachine; 77 80 78 namespace settings79 {80 class MachineConfigFile;81 struct Snapshot;82 struct Hardware;83 struct Storage;84 struct StorageController;85 struct MachineRegistryEntry;86 }87 88 81 // Machine class 89 82 //////////////////////////////////////////////////////////////////////////////// … … 229 222 { 230 223 settings::MachineUserData s; 231 typedef std::vector<uint8_t> IconBlob;232 IconBlob mIcon;233 224 }; 234 225 … … 643 634 const Guid &aCurSnapshotId, 644 635 Snapshot *aParentSnapshot); 645 HRESULT i_loadHardware(const settings::Hardware &data, const settings::Debugging *pDbg, 636 HRESULT i_loadHardware(const Guid *puuidRegistry, 637 const Guid *puuidSnapshot, 638 const settings::Hardware &data, 639 const settings::Debugging *pDbg, 646 640 const settings::Autostart *pAutostart); 647 641 HRESULT i_loadDebugging(const settings::Debugging *pDbg); … … 1570 1564 const settings::Debugging *pDbg, 1571 1565 const settings::Autostart *pAutostart, 1572 const settings::Storage &storage,1573 1566 IN_GUID aSnapshotId, 1574 1567 const Utf8Str &aStateFilePath);
Note:
See TracChangeset
for help on using the changeset viewer.