Console: Implement ObjectDirectory proxy
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 26 Mar 2008 00:02:20 +0000 (00:02 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 26 Mar 2008 00:02:20 +0000 (00:02 +0000)
commit9c0078ac0054789badff2a987364ed0448b080ef
tree5d9fc4985b7946a229755606e899140a2cad7758
parent16d94efc2159cba35fc44e5b26747ae0a2ab237b
Console: Implement ObjectDirectory proxy
Console: Implement simple online help
Console: Remove uniquify flag
Console: Implement node-active check
Console: Implement node removal
Console: Move 'name' argument consistently to 'add' command
Console: Implement SimpleCommandNode (command with manual argument parsing)
Console: Implement 'add' family of members based on extensible creation helpers

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@765 270642c3-0616-0410-b53a-bc976706d245
15 files changed:
Console/Executor.cc
Console/Node.cc
Console/Node.cci
Console/Node.cti [new file with mode: 0644]
Console/Node.hh
Console/ObjectDirectory.cti [new file with mode: 0644]
Console/ObjectDirectory.hh [new file with mode: 0644]
Console/ObjectDirectory.test.cc [new file with mode: 0644]
Console/Parse.cc
Console/Parse.hh
Console/Parse.ih
Console/Parse.test.cc
Console/Server.cc
Console/Server.hh
Console/testServer.cc