X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FScopedDirectory.hh;h=91909b6bd773491cf5dc8db4ca3fb2dc3242bb90;hb=63c40810b93b4d8f3d6dad5f987adc5f2bf5b5ed;hp=c226b2e94101eafda536ff4b0aafb07c6b32586a;hpb=da7b4fef4655148b8cfb2857e0d80e4d92a3b65e;p=senf.git diff --git a/Console/ScopedDirectory.hh b/Console/ScopedDirectory.hh index c226b2e..91909b6 100644 --- a/Console/ScopedDirectory.hh +++ b/Console/ScopedDirectory.hh @@ -163,6 +163,8 @@ namespace console { Owner * owner_; }; +#ifndef DOXYGEN + template <> class ScopedDirectory : public ScopedDirectoryBase { @@ -172,7 +174,6 @@ namespace console { Object const & ob); }; -#ifndef DOXYGEN template SimpleCommandNode & senf_console_add_node( DirectoryNode & node, Owner & owner, std::string const & name, Function const & fn, ...);