X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_pipe.cpp;fp=src%2Ftest_pipe.cpp;h=8006ecd639061a7087410500b560cd5d11deb33d;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=0680ca7d610f88f0648aca5b8fb8687ca2d2e6b0;hpb=b1fd6c16f885972e0a68591b115edf120ffd7b21;p=metaproxy-moved-to-github.git diff --git a/src/test_pipe.cpp b/src/test_pipe.cpp index 0680ca7..8006ecd 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -60,7 +60,7 @@ public: Timer::Timer(yazpp_1::ISocketObservable *obs, - int duration) : + int duration) : m_obs(obs), m_pipe(9122), m_data(false), m_timeout(false) { obs->addObserver(m_pipe.read_fd(), this); @@ -104,7 +104,7 @@ void Timer::socketNotify(int event) BOOST_AUTO_TEST_CASE( test_pipe_1 ) { yazpp_1::SocketManager mySocketManager; - + Timer t(&mySocketManager, 1); while (mySocketManager.processEvent() > 0)