git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1285
270642c3-0616-0410-b53a-bc976706d245
// Add a new directory to the root and document it. All the mutators return the node object
// itself so operations can be chained.
- senf::console::DirectoryNode & mydir (
+ senf::console::DirectoryNode & mydir ( senf::console::root()
.mkdir("myserver")
.doc("My server specific directory"));