X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FStreamRegistry.ih;h=f6a4138445e3a9a95dd69f42b4ddab8b0b232af2;hb=e4526bf485cbf7f35d26264cb2ede91efdd5c54f;hp=afb44c74883e4e9822937c8110fbdbf397a765d7;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Logger/StreamRegistry.ih b/Utils/Logger/StreamRegistry.ih index afb44c7..f6a4138 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 @@ -39,7 +39,7 @@ namespace detail { struct StreamBase { StreamBase(); - virtual ~StreamBase() {}; + virtual ~StreamBase(); std::string fullName() const; virtual std::string v_name() const;