X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ftest_pipe.cpp;h=15e03d1d1f2ba8c1fdf83451404c41cb93e43074;hb=1eacfa2a7a9bd1611cfdb7823441bb6b8727921f;hp=40c67d4da7fa1407968f9bc55f4de4cbb46bbe71;hpb=77dee8966dd1304a0fb8540c3fc68d02dc6ce84a;p=metaproxy-moved-to-github.git diff --git a/src/test_pipe.cpp b/src/test_pipe.cpp index 40c67d4..15e03d1 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -1,12 +1,12 @@ -/* $Id: test_pipe.cpp,v 1.4 2005-12-02 12:21:07 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: test_pipe.cpp,v 1.6 2006-03-29 13:44:45 adam Exp $ + Copyright (c) 2005-2006, Index Data. %LICENSE% */ #include "config.hpp" -#include +#include #include #include @@ -18,11 +18,12 @@ #include using namespace boost::unit_test; +namespace mp = metaproxy_1; class Timer : public yazpp_1::ISocketObserver { private: yazpp_1::ISocketObservable *m_obs; - yp2::Pipe m_pipe; + mp::Pipe m_pipe; bool m_timeout; public: Timer(yazpp_1::ISocketObservable *obs, int duration);