X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fsingleton.test.cc;h=2d1feddc021823484adc1864901a09d8b2ae564c;hb=869df8df564cd4f4934d4cd1c1b290c2aeabbd92;hp=24560c27dc062ccb67ac745becb292db2fb649d5;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/Utils/singleton.test.cc b/Utils/singleton.test.cc index 24560c2..2d1fedd 100644 --- a/Utils/singleton.test.cc +++ b/Utils/singleton.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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_;