Changeset 15051 in vbox for trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
- Timestamp:
- Dec 5, 2008 5:20:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
r14972 r15051 27 27 28 28 HRESULT VirtualBoxErrorInfo::init (HRESULT aResultCode, const GUID &aIID, 29 const BSTR aComponent, constBSTR aText,29 CBSTR aComponent, CBSTR aText, 30 30 IVirtualBoxErrorInfo *aNext) 31 31 { … … 50 50 } 51 51 52 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(InterfaceID) ( GUIDPARAMOUTaIID)52 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(InterfaceID) (OUT_GUID aIID) 53 53 { 54 54 CheckComArgOutPointerValid(aIID);
Note:
See TracChangeset
for help on using the changeset viewer.