Interactive - stub

- Added stub code for the interactive version of task.
This commit is contained in:
Paul Beckingham
2009-06-06 17:41:24 -04:00
parent e9c45aab85
commit bc13f0be48
4 changed files with 82 additions and 3 deletions

View File

@@ -302,7 +302,10 @@ int main (int argc, char** argv)
try
{
context.initialize (argc, argv);
/* return */ context.run ();
if (context.args[0].find ("itask") != std::string::npos)
/* return */ context.interactive ();
else
/* return */ context.run ();
// start OBSOLETE
TDB tdb;