From: g0dil Date: Thu, 23 Apr 2009 15:15:00 +0000 (+0000) Subject: Missing files ... X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=61dc3812717cdc89fa2402006d4009236b72dc8f;p=senf.git Missing files ... git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1197 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 99d25a8..fc16dab 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -47,7 +47,7 @@ PPI Example Application: RateStuffer \n \ref senf::ppi::module "Modules" \n - \ref senf::ppi::connector "Connectors" \n + \ref senf::ppi::connector "Connectors and Jacks" \n \ref event_group */ diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh index 5f3082e..5a80a7a 100644 --- a/Utils/Logger/FileTarget.hh +++ b/Utils/Logger/FileTarget.hh @@ -78,6 +78,8 @@ namespace log { void reopen(); ///< Reopen %log after log-file rotation void reopen(std::string const & file); ///< Reopen %log under a new name + std::string const & filename() const; ///< Return current log file name + private: std::string file_;