X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FScopedDirectory.hh;h=91909b6bd773491cf5dc8db4ca3fb2dc3242bb90;hb=81a550d520e8531b7f353e1ce0da5b99c249cecb;hp=c226b2e94101eafda536ff4b0aafb07c6b32586a;hpb=869df8df564cd4f4934d4cd1c1b290c2aeabbd92;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, ...);