X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Ftstthreads.cpp;h=83af4dead822ced0db9773082fcebfdbaafdde7e;hp=b562d65f08ba474e2cf1a911d6e69fa8efe0ea16;hb=8dc6d0bc4ddbb2d37b3aafd93396a0e4a8e87560;hpb=d7f41f16caf965adb1a5ffcdaa937787dfcc030a diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index b562d65..83af4de 100644 --- a/src/tstthreads.cpp +++ b/src/tstthreads.cpp @@ -1,4 +1,4 @@ -/* $Id: tstthreads.cpp,v 1.6 2005-06-25 15:58:33 adam Exp $ +/* $Id: tstthreads.cpp,v 1.9 2006-03-29 13:33:48 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -22,8 +22,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include -#include +#include +#include #include #include "msg-thread.h" @@ -69,7 +69,7 @@ My_Timer_Thread::My_Timer_Thread(ISocketObservable *obs, m_t = t; obs->addObserver(m_fd[0], this); obs->maskObserver(this, SOCKET_OBSERVE_READ); - obs->timeoutObserver(this, 2); + obs->timeoutObserver(this, 1); } void My_Timer_Thread::socketNotify(int event) @@ -85,7 +85,7 @@ int main(int argc, char **argv) { SocketManager mySocketManager; - Msg_Thread m(&mySocketManager); + Msg_Thread m(&mySocketManager, 3); My_Timer_Thread t(&mySocketManager, &m) ; int i = 0; while (++i < 5 && mySocketManager.processEvent() > 0)