X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FStreamRegistry.ih;h=50f4496459b1cef153ee38c9192915f378952090;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=421655325af0a9e916ba568da60e0e99865e9ba5;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/StreamRegistry.ih b/senf/Utils/Logger/StreamRegistry.ih index 4216553..50f4496 100644 --- a/senf/Utils/Logger/StreamRegistry.ih +++ b/senf/Utils/Logger/StreamRegistry.ih @@ -29,18 +29,18 @@ // Custom includes #include -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace log { namespace detail { /// Internal: Log stream base class - struct StreamBase + struct StreamBase { StreamBase(); virtual ~StreamBase(); - + std::string fullName() const; virtual std::string v_name() const; virtual unsigned defaultRuntimeLimit() const = 0; @@ -53,7 +53,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif