X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Ftstthreads.cpp;h=a823d875dc8c5ffcb6c1942fb283dd66912ba350;hp=8e091508703222e0eb37d924d8d3310815c34242;hb=685ccf41b16447ed74149ede260b4f507644cb34;hpb=7b429cd9f6320f71b949f7e90270266b2f617c07 diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index 8e09150..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; @@ -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