X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=0e8d3377a7e8a8ef868ad0453764e343f5e6c392;hb=28489b2b034740ce21bcce6f38b8fa1701948b03;hp=e0db4ede7602aa9490f7c232a1843da2b8dbda7c;hpb=a9fd0471a3ca128c626a6771c4518f33ef78f053;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index e0db4ed..0e8d337 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -72,7 +72,7 @@ namespace senf { template TypeIdValue(Type *); struct Value { - virtual ~Value() {} + virtual ~Value(); virtual std::type_info const & id() = 0; virtual Value * clone() = 0; };