Changeset 28110 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 8, 2010 6:07:13 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59826
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r28098 r28110 148 148 HRESULT importFS(const LocationInfo &locInfo, ComObjPtr<Progress> &aProgress); 149 149 struct ImportStack; 150 void importVBoxMachine( const settings::MachineConfigFile &config,150 void importVBoxMachine(ComObjPtr<VirtualSystemDescription> &vsdescThis, 151 151 ComPtr<IMachine> &pNewMachine, 152 152 ImportStack &stack); -
trunk/src/VBox/Main/include/MachineImpl.h
r28091 r28110 364 364 const Guid *aId); 365 365 366 // initializer for machine config in memory (OVF import) 367 HRESULT init(VirtualBox *aParent, 368 const Utf8Str &strName, 369 const settings::MachineConfigFile &config); 370 366 371 void uninit(); 367 372 … … 370 375 const Utf8Str &strConfigFile); 371 376 HRESULT initDataAndChildObjects(); 377 HRESULT registeredInit(); 378 HRESULT tryCreateMachineConfigFile(BOOL aOverride); 372 379 void uninitDataAndChildObjects(); 373 380 … … 703 710 protected: 704 711 705 HRESULT registeredInit();706 707 712 HRESULT checkStateDependency(StateDependency aDepType); 708 713 … … 718 723 719 724 HRESULT loadSettings(bool aRegistered); 725 HRESULT loadMachineDataFromSettings(const settings::MachineConfigFile &config); 720 726 HRESULT loadSnapshot(const settings::Snapshot &data, 721 727 const Guid &aCurSnapshotId, … … 723 729 HRESULT loadHardware(const settings::Hardware &data); 724 730 HRESULT loadStorageControllers(const settings::Storage &data, 725 bool aRegistered,726 731 const Guid *aSnapshotId = NULL); 727 732 HRESULT loadStorageDevices(StorageController *aStorageController, 728 733 const settings::StorageController &data, 729 bool aRegistered,730 734 const Guid *aSnapshotId = NULL); 731 735
Note:
See TracChangeset
for help on using the changeset viewer.