
14 Dec
2005
14 Dec
'05
9:40 p.m.
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