cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] CurlHandle.inl

From: Jean-Philippe Barette-LaPierre <jpbarrette_at_gmail.com>
Date: Sun, 16 Nov 2008 12:46:11 -0500

On Sat, Nov 15, 2008 at 2:01 PM, Piotr Dobrogost <curlpp_at_2008.autoera.pl>wrote:

> Jean
>
> In CurlHandle.inl we have this
>
> template< typename OptionType >
> void
> cURLpp::CurlHandle::option(CURLoption optionType,
> OptionType value)
> {
> CURLcode code;
> code = curl_easy_setopt(mCurl, optionType, value);
> libcurlRuntimeAssert(mErrorBuffer, code);
> }
>
> template< typename OptionType, CURLoption optionType >
> void
> cURLpp::CurlHandle::option(OptionType value)
> {
> option(optionType, value);
> }
>
>
> So there are as many option functions as there are many OptionType types.
> Do we really need this?

I don't see your point here. Can you elaborate more?

>
>
> Regards
> Piotr Dobrogost
> _______________________________________________
> cURLpp mailing list
> cURLpp_at_rrette.com
> http://www.rrette.com/mailman/listinfo/curlpp
>

_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2008-11-16

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET