Changeset 43041 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 28, 2012 1:58:40 PM (12 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r42890 r43041 353 353 GuestOSType *aOsType, 354 354 const Guid &aId, 355 bool fForceOverwrite); 355 bool fForceOverwrite, 356 bool fDirectoryIncludesUUID); 356 357 357 358 // initializer for loading existing machine XML (either registered or not) -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r42888 r43041 127 127 128 128 /* IVirtualBox methods */ 129 STDMETHOD(ComposeMachineFilename)(IN_BSTR aName, IN_BSTR aGroup, IN_BSTR a BaseFolder, BSTR *aFilename);129 STDMETHOD(ComposeMachineFilename)(IN_BSTR aName, IN_BSTR aGroup, IN_BSTR aCreateFlags, IN_BSTR aBaseFolder, BSTR *aFilename); 130 130 STDMETHOD(CreateMachine)(IN_BSTR aSettingsFile, 131 131 IN_BSTR aName, 132 132 ComSafeArrayIn(IN_BSTR, aGroups), 133 133 IN_BSTR aOsTypeId, 134 IN_BSTR aId, 135 BOOL forceOverwrite, 134 IN_BSTR aCreateFlags, 136 135 IMachine **aMachine); 137 136 STDMETHOD(OpenMachine)(IN_BSTR aSettingsFile, IMachine **aMachine);
Note:
See TracChangeset
for help on using the changeset viewer.