X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fsingleton.test.cc;h=2d1feddc021823484adc1864901a09d8b2ae564c;hb=a1a6c76a214ad1935032826713cabaf9ac57bf07;hp=39272955cc6e1219f8dc00939876f3165e22dbfb;hpb=ea8b2923c29a6902f507db2b485a44a58e9406f0;p=senf.git diff --git a/Utils/singleton.test.cc b/Utils/singleton.test.cc index 3927295..2d1fedd 100644 --- a/Utils/singleton.test.cc +++ b/Utils/singleton.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -36,11 +36,11 @@ ///////////////////////////////cc.p//////////////////////////////////////// namespace { - + class Test : public senf::singleton { friend class senf::singleton; - + Test() : foo_(1234) {} int foo_;