X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_pipe.cpp;h=a59f35a0fe01ece711f4440add131074b1a57b3f;hb=9181e947fbaaaaed1cbf53f38f13b56bc762366c;hp=969a8d30875a81baaf6358bd2f8c9b230cbc959d;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/test_pipe.cpp b/src/test_pipe.cpp index 969a8d3..a59f35a 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2013 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include "util.hpp" +#include #include "pipe.hpp" #define BOOST_AUTO_TEST_MAIN @@ -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)