 Issue 4912420225024000:
  Issue #1234 - Convert strings associated with URL's  (Closed)
    
  
    Issue 4912420225024000:
  Issue #1234 - Convert strings associated with URL's  (Closed) 
  | Index: src/plugin/PluginWbPassThrough.h | 
| =================================================================== | 
| --- a/src/plugin/PluginWbPassThrough.h | 
| +++ b/src/plugin/PluginWbPassThrough.h | 
| @@ -17,8 +17,8 @@ | 
| CComPtr<IInternetProtocol> m_pTargetProtocol; | 
| int GetContentTypeFromMimeType(CString mimeType); | 
| - int GetContentTypeFromURL(CString src); | 
| - int GetContentType(CString mimeType, std::wstring domain, CString src); | 
| + int GetContentTypeFromURL(std::wstring& src); | 
| 
sergei
2014/10/21 09:45:17
Why is it not const here and below?
 
Eric
2014/10/21 17:19:52
Because I'm focusing only on type conversion. I ha
 | 
| + int GetContentType(CString mimeType, std::wstring& domain, std::wstring& src); | 
| public: | 
| BEGIN_COM_MAP(WBPassthruSink) | 
| COM_INTERFACE_ENTRY(IHttpNegotiate) |