X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ftest_session2.cpp;h=350b6a17bd651d6b64ad6ae989eab835ec98a2bb;hb=f1cc4b4b376376d19998f036e08cee76be3b7c54;hp=13c48901211c7eecb4099fa6af66c8bc46398c8c;hpb=d0123337d70b0fb97b578cc57467bb94980f1014;p=metaproxy-moved-to-github.git diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 13c4890..350b6a1 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy 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 @@ -17,7 +17,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.hpp" -#include "session.hpp" +#include #include #include @@ -38,7 +38,7 @@ class Worker { public: Worker(int nr = 0) - : m_nr(nr){}; + : m_nr(nr), m_id(0) {}; void operator() (void) { for (int i=0; i < 100; ++i)