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: Igor Mironchick <imironchick_at_gmail.com>
Date: Fri, 19 Oct 2007 10:41:38 +0400

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

-- 
Regards,
Igor Mironchick,
Intervale ©
#ICQ 492-597-570
_______________________________________________
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