Error Handling

- Errors that occur during initialization no longer prevent the
  display of debug info.
This commit is contained in:
Paul Beckingham
2011-07-06 22:52:59 -04:00
parent 5e693b2530
commit 01253f1cdf
3 changed files with 90 additions and 60 deletions

View File

@@ -50,7 +50,7 @@ public:
Context (const Context&);
Context& operator= (const Context&);
void initialize (int, const char**); // all startup
int initialize (int, const char**); // all startup
int run ();
int dispatch (std::string&); // command handler dispatch
void shadow (); // shadow file update