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] [CURLOPT_COOKIELIST]

From: Jean-Philippe Barrette-LaPierre <jpb_at_rrette.com>
Date: Fri, 19 Oct 2007 17:01:21 -0400

On Friday 19 October 2007 2:41 am, Igor Mironchick wrote:
> Why to not change
>
> #ifdef CURLOPT_COOKIELIST
> typedef cURLpp::OptionTrait< std::string, CURLOPT_COOKIELIST >
> CookieList;
> #else
> #ifdef CURLPP_ALLOW_NOT_AVAILABLE
> typedef cURLpp::NotAvailableOptionTrait< std::string > CookieList;
> #endif
> #endif
>
> with
>
> #if LIBCURL_VERSION_NUM >= 0x070e01
> typedef cURLpp::OptionTrait< std::string, CURLOPT_COOKIELIST >
> CookieList;
> #else
> #ifdef CURLPP_ALLOW_NOT_AVAILABLE
> typedef cURLpp::NotAvailableOptionTrait< std::string > CookieList;
> #endif
> #endif

I Agree. For a CookieList example, check the examples/example07.cc

-- 
Jean-Philippe Barrette-LaPierre
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2007-10-19

These mail archives are generated by hypermail.

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

File upload with ASP.NET