make kill() and pid() part of the public interface of ProcessImplementation
[libasyncio] / unittest / test_simpleio_basics.cpp
index c964eb6..e86ad7a 100644 (file)
@@ -202,12 +202,6 @@ class TestProcess : public ProcessImplementation, public ReceivedData
             m_signal_read.connect( boost::bind(&TestProcess::slotReceivedData, this) );
         } // eo Testprocess(const std::string&, const std::vector<std::string>&)
 
-
-
-        pid_t pid() { return m_pid; }
-
-        bool kill( Signal signal) { return ProcessImplementation::kill(signal); }
-
     protected:
 
         void slotReceivedData()