From: tho Date: Mon, 23 Jul 2007 12:23:29 +0000 (+0000) Subject: Socket: image-map for Protocols.png added X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=344c0f9eb4ea24e789e4dbb5e1d55006d288c2b1;hp=a3d3979b7daaf22ea63ca356edbfa8047dff7b78;p=senf.git Socket: image-map for Protocols.png added git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@336 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/SConscript b/Socket/SConscript index 15e931a..5887b53 100644 --- a/Socket/SConscript +++ b/Socket/SConscript @@ -19,6 +19,8 @@ SENFSCons.Doxygen(env, extra_sources = [ env.Dia2Png('FhHierarchy.dia'), env.Command('doc/html/SocketPolicy.png', env.Dia2Png('SocketPolicy.dia'), Copy('$TARGET','$SOURCE')), - env.Dia2Png('Protocols.dia'), + env.Command('doc/html/Protocols.png', env.Dia2Png('Protocols.dia'), + Copy('$TARGET','$SOURCE')), env.Dia2Png('Handle.dia'), ]) + diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index 1f962e3..c829647 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -37,7 +37,22 @@ /** \defgroup protocol_group The Protocol Classes - \image html Protocols.png + \htmlonly + + SocketPolicy + ConcreteSocketProtocol + SocketProtocol + BSDSocketProtocol + AddressableBSDSocketProtocol + IPv4Protocol + IPv6Protocol + TCPProtocol + TCPv4SocketProtocol + TCPv6SocketProtocol + PacketProtocol + + Protocols + \endhtmlonly The socket handle classes and templates only implement the most important socket API methods using the policy framework. To access the complete API, the protocol interface is