Changeset 37525 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 17, 2011 10:09:21 AM (14 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r35982 r37525 7 7 8 8 /* 9 * Copyright (C) 2008-201 0Oracle Corporation9 * Copyright (C) 2008-2011 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 78 78 const Utf8Str &aLocation, 79 79 HDDOpenMode enOpenMode, 80 bool fForceNewUuid, 80 81 DeviceType_T aDeviceType); 81 82 -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r37244 r37525 140 140 DeviceType_T deviceType, 141 141 AccessMode_T accessMode, 142 BOOL fForceNewUuid, 142 143 IMedium **aMedium); 143 144 STDMETHOD(FindMedium)(IN_BSTR aLocation,
Note:
See TracChangeset
for help on using the changeset viewer.