> -----Original Message----- > From: Boris Schäling [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 28 November 2002 5:14 AM [snip] > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Hamish Mackenzie > > Sent: Wednesday, November 27, 2002 1:41 PM [snip] > > Consider the your socket multiplexor design. We could use templates > > something like this... > > > > template< typename ObserverType = observer > > > class multiplexor{ ... } > > observer is not the problem but the many server, client and stream classes > are. As the multiplexor has to select on many file descriptors he has to > notify many different classes that are currently derived from > communicator. > I don't know if templates can help here, too?
boost::function probably can? Regards Darryl Green _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost