moved Sniffer into new Examples directory
[senf.git] / Packets / ParseArray.hh
index f4a0d41..6e1fa1d 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>
@@ -30,9 +30,9 @@
 //#include "ParseArray.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace pkf {
-    
+namespace senf {
+
+
     namespace impl { template <class,class> class Parse_Array_iterator; }
 
     /* Parse_Array has the external interface of a container class
@@ -43,13 +43,13 @@ namespace pkf {
         ///////////////////////////////////////////////////////////////////////////
         // Parser interface
 
-        template <class I=nil, class P=nil> 
+        template <class I=nil, class P=nil>
         struct rebind { typedef Parse_Array<elements,Parser,I,P> parser; };
         typedef Iterator byte_iterator;
 
         Parse_Array();
         explicit Parse_Array(Iterator const & i);
-        
+
         static unsigned bytes();
         bool check(Iterator const & e) const;
         void init() const;
@@ -76,7 +76,7 @@ namespace pkf {
         Parse_Array const & operator= (InputIterator const & i);
     };
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "ParseArray.cci"
@@ -87,5 +87,8 @@ namespace pkf {
 \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: