Changeset 14718
- Timestamp:
- 11/27/08 17:23:20 (1 month ago)
- Files:
-
- trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

