$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: simon meiklejohn (simon_at_[hidden])
Date: 2005-12-14 23:40:00
Hi Chris
Chris wrote
> Yes, I think it's feasible. It would probably be something more
> like:
>
> class abstract_dispatcher
> {
[SNIP]
> };
>
> template <typename Dispatcher_Impl>
> class dispatcher : public abstract_dispatcher
> {
[SNIP]
> };
Perfect!
I'd vote for including these in asio from the get go.
abstract_dispatcher would be a good interoperability
medium for future boost and user libraries built
on top of asio.
Cheers
Simon