X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=85eebf03df0ae7184dcc3b56282023d08cb6c242;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=a805a1bdc8db9071132e7382c5cf22f4aeee79a8;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index a805a1b..85eebf0 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -23,8 +23,8 @@ /** \file \brief TypeIdValue public header */ -#ifndef HH_TypeIdValue_ -#define HH_TypeIdValue_ 1 +#ifndef HH_SENF_Utils_TypeIdValue_ +#define HH_SENF_Utils_TypeIdValue_ 1 // Custom includes #include @@ -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; };