X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FStreamRegistry.ih;h=421655325af0a9e916ba568da60e0e99865e9ba5;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=5eae6c26317895cca379c171502c129b5179dcd7;hpb=61419d9a2e1060f7ede22fa19fd9d0b401bbc87a;p=senf.git diff --git a/Utils/Logger/StreamRegistry.ih b/Utils/Logger/StreamRegistry.ih index 5eae6c2..4216553 100644 --- a/Utils/Logger/StreamRegistry.ih +++ b/Utils/Logger/StreamRegistry.ih @@ -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 @@ -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,10 +39,11 @@ namespace detail { struct StreamBase { StreamBase(); - virtual ~StreamBase() {}; + virtual ~StreamBase(); std::string fullName() const; virtual std::string v_name() const; + virtual unsigned defaultRuntimeLimit() const = 0; void init();