Changeset 63239 in vbox for trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp
- Timestamp:
- Aug 10, 2016 9:39:08 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp
r62485 r63239 182 182 STDMETHODIMP VirtualBoxErrorInfo::GetHelpContext(DWORD *pdwHelpContext) 183 183 { 184 RT_NOREF(pdwHelpContext); 184 185 return E_NOTIMPL; 185 186 } 186 187 187 STDMETHODIMP VirtualBoxErrorInfo::GetHelpFile(BSTR *pbstrHelpFile) 188 { 188 STDMETHODIMP VirtualBoxErrorInfo::GetHelpFile(BSTR *pBstrHelpFile) 189 { 190 RT_NOREF(pBstrHelpFile); 189 191 return E_NOTIMPL; 190 192 } 191 193 192 STDMETHODIMP VirtualBoxErrorInfo::GetSource(BSTR * source)193 { 194 return COMGETTER(Component)( source);194 STDMETHODIMP VirtualBoxErrorInfo::GetSource(BSTR *pBstrSource) 195 { 196 return COMGETTER(Component)(pBstrSource); 195 197 } 196 198
Note:
See TracChangeset
for help on using the changeset viewer.