X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FStreamRegistry.ih;h=421655325af0a9e916ba568da60e0e99865e9ba5;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=afb44c74883e4e9822937c8110fbdbf397a765d7;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Logger/StreamRegistry.ih b/Utils/Logger/StreamRegistry.ih index afb44c7..4216553 100644 --- a/Utils/Logger/StreamRegistry.ih +++ b/Utils/Logger/StreamRegistry.ih @@ -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 @@ -23,8 +23,8 @@ /** \file \brief StreamRegistry internal header */ -#ifndef IH_StreamRegistry_ -#define IH_StreamRegistry_ 1 +#ifndef IH_SENF_Utils_Logger_StreamRegistry_ +#define IH_SENF_Utils_Logger_StreamRegistry_ 1 // Custom includes #include @@ -39,7 +39,7 @@ namespace detail { struct StreamBase { StreamBase(); - virtual ~StreamBase() {}; + virtual ~StreamBase(); std::string fullName() const; virtual std::string v_name() const;