Changeset 68024 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Jul 18, 2017 1:54:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r67738 r68024 776 776 const ComObjPtr<BIOSSettings> mBIOSSettings; 777 777 const ComObjPtr<BandwidthControl> mBandwidthControl; 778 #ifdef VBOX_WITH_UNATTENDED779 const ComObjPtr<Unattended> mUnattended;780 #endif781 778 782 779 typedef std::vector<ComObjPtr<NetworkAdapter> > NetworkAdapterVector; … … 984 981 HRESULT getVMProcessPriority(com::Utf8Str &aVMProcessPriority); 985 982 HRESULT setVMProcessPriority(const com::Utf8Str &aVMProcessPriority); 986 HRESULT getUnattended(ComPtr<IUnattended> &aUnattended);987 983 988 984 // wrapped IMachine methods … … 1202 1198 HRESULT restoreSnapshot(const ComPtr<ISnapshot> &aSnapshot, 1203 1199 ComPtr<IProgress> &aProgress); 1200 HRESULT createUnattendedInstaller(ComPtr<IUnattended> &aUnattended); 1204 1201 HRESULT applyDefaults(const com::Utf8Str &aFlags); 1205 1202
Note:
See TracChangeset
for help on using the changeset viewer.