X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Ftstthreads.cpp;h=a823d875dc8c5ffcb6c1942fb283dd66912ba350;hp=8ca9648bc1dfaa5affd0b78d7b1968e58544a2c8;hb=4f79f9b5b0095b2f81b1ce583f0f82462f9ee36a;hpb=dfdff5f2d2825a500d3d27200d2ec32ee063a975 diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index 8ca9648..a823d87 100644 --- a/src/tstthreads.cpp +++ b/src/tstthreads.cpp @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2009 Index Data + Copyright (C) 1998-2011 Index Data YAZ proxy 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 @@ -66,7 +66,7 @@ public: }; My_Timer_Thread::My_Timer_Thread(ISocketObservable *obs, - Msg_Thread *t) : m_obs(obs) + Msg_Thread *t) : m_obs(obs) { pipe(m_fd); m_t = t;