Finished libSocket and libUtils documentation
[senf.git] / Scheduler / Scheduler.cci
index d332654..028b372 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of inline non-template functions
+/** \file
+    \brief Scheduler inline non-template implementation
+ */
 
 //#include "Scheduler.ih"
 
 #define prefix_ inline
 ///////////////////////////////cci.p///////////////////////////////////////
 
-prefix_ void satcom::lib::Scheduler::terminate()
+prefix_ void senf::Scheduler::terminate()
 {
     terminate_ = true;
 }
 
-prefix_ int satcom::lib::retrieve_filehandle(int fd)
+prefix_ int senf::retrieve_filehandle(int fd)
 {
     return fd;
 }
@@ -45,5 +47,5 @@ prefix_ int satcom::lib::retrieve_filehandle(int fd)
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: