///////////////////////////////////////////////////////////////////////////////////////////////// loadUrl
| 137 | ////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 138 | // loadUrl |
| 139 | IStreamUrlRef loadUrlStream( const Url &url, const UrlOptions &options ) |
| 140 | { |
| 141 | return IStreamUrl::create( url, "", "", options ); |
| 142 | } |
| 143 | |
| 144 | IStreamUrlRef loadUrlStream( const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options ) |
| 145 | { |
no test coverage detected