Boost logo

Boost :

From: George M. Garner Jr. (gmgarner_at_[hidden])
Date: 2006-12-18 17:59:24


Christopher,

Actually, to answer my own question, it looks like I would need to
parameterize the
service_impl_type in the
context_service class:

class context_service
template<typename _SERVICE_IMPLACE_TYPE = :detail::openssl_context_service>
 public asio::io_service::service
{
private:
// The type of the platform-specific implementation.
typedef _SERVICE_IMPLACE_TYPE service_impl_type;
...
};

Is that correct?

Is 0.3.7 still the current release?

Regards,

George.

"Christopher Kohlhoff" <chris_at_[hidden]> wrote in message
news:1166439105.5815.280961457_at_webmail.messagingengine.com...
> Hi George,
>
> On Fri, 15 Dec 2006 21:40:03 -0500, "George M. Garner Jr."
> <gmgarner_at_[hidden]> said:
>> Has anyone developed a win32 schannel based ssl implementation for asio?
>
> Not that I am aware of. It would be nice to have support for SSL on
> Windows without the dependency on openssl. I have no idea of the scope
> of such a task though, but I'm sure it's a non-trivial exercise.
>
> Cheers,
> Chris
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk