Packet: added Packet::reparse() and ::clearAnnotations() member
[senf.git] / senf / Scheduler / WriteHelper.hh
index 3b042a7..0d92962 100644 (file)
 #include <string>
 #include <boost/intrusive_ptr.hpp>
 #include <boost/function.hpp>
-#include "../Utils/intrusive_refcount.hh"
-#include "Scheduler.hh"
+#include <senf/Utils/intrusive_refcount.hh>
+#include "FdEvent.hh"
 
 //#include "WriteHelper.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
 
-    /** \brief Asyncronous writing helper
+    /** \brief Asynchronous writing helper
 
         This class provides a simple asynchronous writing facility. This helper will register with
         the Scheduler to write the requested data. It will stay registered until the data has been
@@ -97,7 +97,7 @@ namespace senf {
     private:
         WriteHelper(Handle handle, std::string const & data, Callback callback);
 
-        static void dispatchProcess(ptr helper, Handle handle, 
+        static void dispatchProcess(ptr helper, Handle handle,
                                     senf::scheduler::FdEvent::Events event);
         void process(Handle handle, senf::scheduler::FdEvent::Events event);
         void done();