From: tho Date: Wed, 14 Nov 2007 10:54:41 +0000 (+0000) Subject: added html image map to Handle Hierarchy image X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=22860b5b3420ac5b876690242845595650ff9dc3;p=senf.git added html image map to Handle Hierarchy image git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@516 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Scheduler/Scheduler.hh b/Scheduler/Scheduler.hh index 421325d..f0712b8 100644 --- a/Scheduler/Scheduler.hh +++ b/Scheduler/Scheduler.hh @@ -179,13 +179,14 @@ namespace senf { sole member is a typedef symbol defining the callback type given the handle type. The Callback is any callable object taking a \c Handle and an \c EventId as argument. - template - struct GenericCallback { - typedef boost::function::param_type, - EventId) > Callback; - }; + \code + template + struct GenericCallback { + typedef boost::function::param_type, + EventId) > Callback; + }; + \endcode */ - typedef boost::function FdCallback; /** \brief Callback type for timer events */ diff --git a/Socket/FileHandle.hh b/Socket/FileHandle.hh index ea9dc53..0091552 100644 --- a/Socket/FileHandle.hh +++ b/Socket/FileHandle.hh @@ -26,7 +26,19 @@ /** \defgroup handle_group The Handle Hierarchy - \image html FhHierarchy.png + \htmlonly + + FileHandle + SocketHandle + ClientSocketHandle + ServerSocketHandle + ProtocolServerSocketHandle + ProtocolClientSocketHandle + +
+ FhHierarchy +
+ \endhtmlonly The senf::FileHandle class is the base of a hierarchy of socket handle classes (realized as templates). These classes provide an interface to the complete socket API. While going down the