moved Sniffer into new Examples directory
[senf.git] / Packets / ParseListS.ih
index 6dbeb24..4dce0db 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>
@@ -28,8 +28,8 @@
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
-namespace satcom {
-namespace pkf {
+namespace senf {
+
 namespace impl {
 
     template <class Parser, class Sentinel, class Iterator>
@@ -42,9 +42,9 @@ namespace impl {
     public:
         Parse_ListS_iterator();
         explicit Parse_ListS_iterator(Iterator const & i);
-        
+
         Iterator raw() const;
-        
+
     private:
         friend class boost::iterator_core_access;
 
@@ -56,7 +56,7 @@ namespace impl {
         bool atEnd_;
     };
 
-}}}
+}}
 
 
 ///////////////////////////////ih.e////////////////////////////////////////
@@ -65,5 +65,8 @@ namespace impl {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// fill-column: 100
+// c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: