X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketPolicy.hh;h=cb83e11a8df91e299bd68b32966bd77d309c4128;hb=db2f85c0eaa6d941976e7163d9f248b0f1d4d88e;hp=8784edd921e3ad0ae180eea65e120e390e61c1a8;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Socket/SocketPolicy.hh b/Socket/SocketPolicy.hh index 8784edd..cb83e11 100644 --- a/Socket/SocketPolicy.hh +++ b/Socket/SocketPolicy.hh @@ -1,4 +1,4 @@ -// $Id$ +// $Id:SocketPolicy.hh 218 2007-03-20 14:39:32Z tho $ // // Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) @@ -38,8 +38,19 @@ /** \defgroup policy_group The Policy Framework - \image html SocketPolicy.png - + \htmlonly + + SocketPolicy + BufferingPolicyBase + WritePolicyBase + ReadPolicyBase + CommunicationPolicyBase + FramingPolicyBase + AddressingPolicyBase + + Socket Policy + \endhtmlonly + \section policy_group_introduction Introduction to the Policy Framework The policy framework conceptually implements a list of parallel inheritance hierarchies each @@ -352,7 +363,7 @@ namespace senf { The second member should only be enabled if the communication policy is - UnconnectedCommunication (otherwise it does not make sense since the communication partner + UnconnectedCommunicationPolicy (otherwise it does not make sense since the communication partner is fixed) (see AddressingPolicyBase on how to do this). \note This Policy only has two meaningful states: ReadablePolicy and NotReadablePolicy. It @@ -375,7 +386,7 @@ namespace senf { The second member should only be enabled if the communication policy is - UnconnectedCommunication (otherwise it does not make sense since the communication partner + UnconnectedCommunicationPolicy (otherwise it does not make sense since the communication partner is fixed) (see AddressingPolicyBase on how to do this). \note This Policy only has two meaningful states: WritablePolicy and NotWritablePolicy. It @@ -429,7 +440,7 @@ namespace senf { This template is an example of the \e Axis \c Is family of template metafunctions. It will check, whether \c Trait is a valid compatible Policy class of \c SocketPolicy. \c Trait must - be derived from AddressingPolicyBase (respectively \i Policy \c Base). + be derived from AddressingPolicyBase (respectively \c Policy \c Base). \see \ref policy_group */ @@ -557,4 +568,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: