Enhancement - default.command

- Implemented default.command handling.
This commit is contained in:
Paul Beckingham 2009-06-11 01:10:53 -04:00
parent d4a9a387af
commit a58aa948b8
4 changed files with 50 additions and 26 deletions

View file

@ -44,6 +44,7 @@ public:
~Context (); // Destructor
void initialize (int, char**); // all startup
void initialize (); // for reinitializing
int run (); // task classic
int interactive (); // task interactive (not implemented)
void dispatch (); // command handler dispatch