X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_session2.cpp;h=394e3c971ed9df500ef477a3d9d6be1a4e8a2883;hb=e8f88ae9eb36023af537c24847744f57e6bf6c4e;hp=4415c04c3070e891883b8ea019a94a5071e3e72c;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 4415c04..394e3c9 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-2009 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 */ +