Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Socket / ProtocolServerSocketHandle.hh
index c42ee11..2686510 100644 (file)
@@ -29,8 +29,8 @@
 #include "ProtocolServerSocketHandle.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace lib {
+namespace senf {
+
     
     template <class Protocol> class ProtocolClientSocketHandle;
 
@@ -75,7 +75,7 @@ namespace lib {
 
     };
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "ProtocolServerSocketHandle.cci"
@@ -86,5 +86,5 @@ namespace lib {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: