X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Ftstthreads.cpp;h=a823d875dc8c5ffcb6c1942fb283dd66912ba350;hp=23ccb6f9f27f86648b72e17205a59bfa96b38114;hb=685ccf41b16447ed74149ede260b4f507644cb34;hpb=22afe38a1f113ef7f2a46d1fde0141cf10b27eb4 diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index 23ccb6f..a823d87 100644 --- a/src/tstthreads.cpp +++ b/src/tstthreads.cpp @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2008 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; @@ -98,6 +98,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab