added documentation note for SocketProtocol::available()
tho [Fri, 20 Jul 2007 12:29:34 +0000 (12:29 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@329 270642c3-0616-0410-b53a-bc976706d245

Socket/DVBDemuxHandles.cc
Socket/DVBDemuxHandles.hh
Socket/DVBDemuxProtocol.cc
Socket/DVBDemuxProtocol.hh
Socket/SocketPolicy.hh
Socket/SocketProtocol.hh
doclib/senf.css

index d449a62..8fda349 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: DVBSectionHandle.cc 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
index 40665e5..6823577 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: DVBDemuxSectionHandle.hh 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -49,8 +49,7 @@ namespace senf {
         DatagramFramingPolicy,
         UnconnectedCommunicationPolicy,
         ReadablePolicy,
-        NotWriteablePolicy,
-        SocketBufferingPolicy
+        NotWriteablePolicy
         >::policy DVBDemux_Policy;   ///< Socket Policy for xxxx
 
     /** \brief xxx
index f1f0ef1..00c07c5 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: DVBProtocol.cc 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
index 8281cc8..ab9e571 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: DVBProtocol.hh 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
index 9cffc43..cb83e11 100644 (file)
@@ -363,7 +363,7 @@ namespace senf {
         </table>
 
         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
@@ -386,7 +386,7 @@ namespace senf {
         </table>
 
         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
index 839fdeb..1f962e3 100644 (file)
@@ -155,7 +155,9 @@ namespace senf {
                                         /**< This member will check in a (very, sigh) protocol
                                              dependent way, how many bytes are guaranteed to be
                                              readable from the socket without blocking even if the
-                                             socket is blocking. */
+                                             socket is blocking. If the socket does not support
+                                             reading (viz. NotReadablePolicy is set), this member
+                                             should always return \c 0.*/
 
         virtual bool eof() const = 0;   ///< Check for end-of-file condition
                                         /**< This is another check which (like available()) is
index 2df0ed6..e6e9575 100644 (file)
@@ -54,7 +54,7 @@ body {
 }
 
 #head ul { 
-        display: inline; /* für IE ... */
+        display: inline; /* f�r IE ... */
         font-size: 13px;
         height: 0px;
         margin: 0;
@@ -191,7 +191,7 @@ div.tabs ul li a:hover, div.tabs ul li.current a {
 }
 
 div.tabs ul li.level1 a {
-        padding-left: 2em;
+        padding-left: 1.5em;
         font-size: 90%;
 }