
15 Dec
2005
15 Dec
'05
4:40 a.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