Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Socket / FileHandle.hh
index febfa01..963689d 100644 (file)
@@ -20,6 +20,7 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+
 /** \mainpage The SENF Socket Library
 
 \section arch Overall Architecture
@@ -39,8 +40,8 @@
 ///////////////////////////////hh.p////////////////////////////////////////
 #include "FileHandle.ih"
 
-namespace satcom {
-namespace lib {
+namespace senf {
+
     
     /** \brief
      */
@@ -102,7 +103,7 @@ namespace lib {
 
     int retrieve_filehandle(FileHandle handle);
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 #include "FileHandle.cci"
@@ -113,5 +114,5 @@ namespace lib {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: