Changeset 26550 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Feb 15, 2010 5:14:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r26044 r26550 246 246 ComObjPtr<Machine> *machine = NULL); 247 247 248 HRESULT findHardDisk(const Guid *aId, CBSTR aLocation,248 HRESULT findHardDisk(const Guid *aId, const Utf8Str *pstrLocation, 249 249 bool aSetError, ComObjPtr<Medium> *aHardDisk = NULL); 250 HRESULT findDVDImage(const Guid *aId, CBSTR aLocation,250 HRESULT findDVDImage(const Guid *aId, const Utf8Str *pstrLocation, 251 251 bool aSetError, ComObjPtr<Medium> *aImage = NULL); 252 HRESULT findFloppyImage(const Guid *aId, CBSTR aLocation,252 HRESULT findFloppyImage(const Guid *aId, const Utf8Str *pstrLocation, 253 253 bool aSetError, ComObjPtr<Medium> *aImage = NULL); 254 254
Note:
See TracChangeset
for help on using the changeset viewer.