Changeset 68133 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 27, 2017 9:44:28 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117218
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r68024 r68133 1198 1198 HRESULT restoreSnapshot(const ComPtr<ISnapshot> &aSnapshot, 1199 1199 ComPtr<IProgress> &aProgress); 1200 HRESULT createUnattendedInstaller(ComPtr<IUnattended> &aUnattended);1201 1200 HRESULT applyDefaults(const com::Utf8Str &aFlags); 1202 1201 -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r66938 r68133 300 300 std::vector<MachineState_T> &aStates); 301 301 HRESULT createAppliance(ComPtr<IAppliance> &aAppliance); 302 HRESULT createUnattendedInstaller(ComPtr<IUnattended> &aUnattended); 302 303 HRESULT createMedium(const com::Utf8Str &aFormat, 303 304 const com::Utf8Str &aLocation,
Note:
See TracChangeset
for help on using the changeset viewer.