VirtualBox

Ignore:
Timestamp:
Feb 15, 2010 5:14:18 PM (15 years ago)
Author:
vboxsync
Message:

Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; resulting cleanup; make some more internal methods use Utf8Str instead of Bstr; fix a lot of CheckComArgNotNull() usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r26044 r26550  
    246246                         ComObjPtr<Machine> *machine = NULL);
    247247
    248     HRESULT findHardDisk(const Guid *aId, CBSTR aLocation,
     248    HRESULT findHardDisk(const Guid *aId, const Utf8Str *pstrLocation,
    249249                          bool aSetError, ComObjPtr<Medium> *aHardDisk = NULL);
    250     HRESULT findDVDImage(const Guid *aId, CBSTR aLocation,
     250    HRESULT findDVDImage(const Guid *aId, const Utf8Str *pstrLocation,
    251251                         bool aSetError, ComObjPtr<Medium> *aImage = NULL);
    252     HRESULT findFloppyImage(const Guid *aId, CBSTR aLocation,
     252    HRESULT findFloppyImage(const Guid *aId, const Utf8Str *pstrLocation,
    253253                            bool aSetError, ComObjPtr<Medium> *aImage = NULL);
    254254
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette