PPI: Checkin of first compiling (yet not working) version
[senf.git] / Socket / SocketProtocol.cc
index d5afd75..395d27f 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2006 
+// Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
 //     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of non-inline non-template functions
+/** \file
+    \brief SocketProtocol and ConcreteSocketProtocol non-inline non-template implementation
+ */
 
 #include "SocketProtocol.hh"
 //#include "SocketProtocol.ih"
@@ -42,5 +44,10 @@ prefix_ void senf::SocketProtocol::state(SocketStateMap & map, unsigned lod)
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: