Enhancement - default.command
- Implemented default.command handling.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user