PPI: Checkin of first compiling (yet not working) version
[senf.git] / Scheduler / WriteHelper.hh
index 7b4f0b4..4fa3162 100644 (file)
@@ -65,7 +65,7 @@ namespace senf {
         ///\name Structors and default members
         ///@{
 
-        static ptr dispatch(Handle handle, std::string data, Callback callback);
+        static ptr dispatch(Handle handle, std::string const & data, Callback callback);
                                         ///< Register new WriteHelper instance
                                         /**< The registered callback will be called after all \a
                                              data has been sent or when some error condition is
@@ -95,7 +95,7 @@ namespace senf {
     protected:
 
     private:
-        WriteHelper(Handle handle, std::string data, Callback callback);
+        WriteHelper(Handle handle, std::string const & data, Callback callback);
 
         static void dispatchProcess(ptr helper, Handle handle, senf::Scheduler::EventId event);
         void process(Handle handle, senf::Scheduler::EventId event);
@@ -126,4 +126,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: