PPI: Checkin of first compiling (yet not working) version
[senf.git] / Socket / SocketHandle.hh
index 3f3f88c..808b3c1 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id:SocketHandle.hh 218 2007-03-20 14:39:32Z tho $
 //
 // Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -89,10 +89,14 @@ namespace senf {
         ///\name Structors and default members
         ///@{
 
+        // default default constructor
         // default copy constructor
         // default copy assignment
         // default destructor
 
+        // here to implement
+        SocketHandle();
+
         // conversion constructors
 
         template <class OtherPolicy>
@@ -135,6 +139,9 @@ namespace senf {
                                         /**< Formats the complete state map value and returns it as
                                              a single multi-line string.
 
+                                             param lod  level of detail requested. The interpretation
+                                                of this value is protocol specific
+
                                              \implementation This member will be re-implemented in
                                                  every derived class. See the state()
                                                  documentation. */
@@ -258,4 +265,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: