X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fsingleton.test.cc;h=2d1feddc021823484adc1864901a09d8b2ae564c;hb=24ccc14a000ffeceb9e5b6d02f54d2e971a3aee8;hp=fb134af0022083add603139bb5ba264b939fa153;hpb=a9fd0471a3ca128c626a6771c4518f33ef78f053;p=senf.git diff --git a/Utils/singleton.test.cc b/Utils/singleton.test.cc index fb134af..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 @@ -29,18 +29,18 @@ // Custom includes #include "singleton.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// namespace { - + class Test : public senf::singleton { friend class senf::singleton; - + Test() : foo_(1234) {} int foo_;