X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FScopedDirectory.hh;h=0613d10d5eae37933724a1b2758c1ffdbf2dea42;hb=fd884ba2ba992b5032c0644ade77613074216767;hp=1712f9f325f3251746cb41373f06c200b43334b4;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/ScopedDirectory.hh b/senf/Utils/Console/ScopedDirectory.hh index 1712f9f..0613d10 100644 --- a/senf/Utils/Console/ScopedDirectory.hh +++ b/senf/Utils/Console/ScopedDirectory.hh @@ -151,8 +151,8 @@ namespace console { /////////////////////////////////////////////////////////////////////////// template - typename OwnerNodeCreateTraits::result_type add(std::string const & name, - Object const & ob); + typename OwnerNodeCreateTraits::result_type add( + std::string const & name, Object const & ob); ///< Create new child node /**< Adds a new child node to the (proxied) DirectoryNode. How the node is added is configured @@ -161,8 +161,8 @@ namespace console { directory node. */ template - typename OwnerNodeCreateTraits::result_type add(std::string const & name, - Object & ob); + typename OwnerNodeCreateTraits::result_type add( + std::string const & name, Object & ob); ///< Create new child node /**< \see add() */