VirtualBox

Ignore:
Timestamp:
Dec 5, 2008 5:20:00 PM (16 years ago)
Author:
vboxsync
Message:

Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on WIn32 vs (const PRunichar) * on XPCOM clash. Cleaned up BSTR/GUID macros (IN_BSTR replaces INPTR BSTR, IN_GUID replaces INPTR GUIDPARAM, OUT_GUID replaces GUIDPARAMOUT).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp

    r14972 r15051  
    2727
    2828HRESULT VirtualBoxErrorInfo::init (HRESULT aResultCode, const GUID &aIID,
    29                                    const BSTR aComponent, const BSTR aText,
     29                                   CBSTR aComponent, CBSTR aText,
    3030                                   IVirtualBoxErrorInfo *aNext)
    3131{
     
    5050}
    5151
    52 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(InterfaceID) (GUIDPARAMOUT aIID)
     52STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(InterfaceID) (OUT_GUID aIID)
    5353{
    5454    CheckComArgOutPointerValid(aIID);
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