X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Ftest_session2.cpp;h=e271a00f2bba4c0b288003d440afa128b9ac3ce2;hb=refs%2Ftags%2Fv1.0.23;hp=4415c04c3070e891883b8ea019a94a5071e3e72c;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 4415c04..e271a00 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2010 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 @@ -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) @@ -97,8 +97,9 @@ BOOST_AUTO_TEST_CASE( testsession2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +