Implemented global cross-reference generation
[senf.git] / Scheduler / ReadHelper.hh
index 8f38b16..39ea480 100644 (file)
@@ -2,7 +2,6 @@
 //
 // Copyright (C) 2006 
 
-// TODO: Move all not Handle dependent members to a ReadHandleBase class
 
 #ifndef HH_ReadHelper_
 #define HH_ReadHelper_ 1
 //#include "ReadHelper.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace lib {
+namespace senf {
 
+
+    /** \brief
+
+       \todo Move all not Handle dependent members to a ReadHandleBase class
+     */
     template <class Handle>
     class ReadHelper
-       : public satcom::lib::intrusive_refcount
+       : public senf::intrusive_refcount
     {
     public:
         ///////////////////////////////////////////////////////////////////////////
@@ -66,8 +69,8 @@ namespace lib {
 
         ReadHelper(Handle handle, unsigned maxSize,  InternalPredicate * predicate, Callback cb);
 
-       static void dispatchProcess(ptr helper, Handle handle, satcom::lib::Scheduler::EventId event);
-       void process(Handle handle, satcom::lib::Scheduler::EventId event);
+       static void dispatchProcess(ptr helper, Handle handle, senf::Scheduler::EventId event);
+       void process(Handle handle, senf::Scheduler::EventId event);
        void done();
 
        Handle handle_;
@@ -88,7 +91,7 @@ namespace lib {
        std::string target;
     };
 
-}}
+}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 #include "ReadHelper.cci"