Changeset 14718 in vbox
- Timestamp:
- Nov 27, 2008 4:23:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40031
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
r14715 r14718 129 129 STDMETHODIMP VirtualBoxErrorInfo::GetHelpContext (DWORD *pdwHelpContext) 130 130 { 131 ReturnComNotImplemented();131 return E_NOTIMPL; 132 132 } 133 133 134 134 STDMETHODIMP VirtualBoxErrorInfo::GetHelpFile (BSTR *pbstrHelpFile) 135 135 { 136 ReturnComNotImplemented();136 return E_NOTIMPL; 137 137 } 138 138
Note:
See TracChangeset
for help on using the changeset viewer.