~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/console/console.cc

  • Committer: Brian Aker
  • Date: 2011-01-22 18:52:16 UTC
  • mfrom: (2098.4.1 catalogs)
  • Revision ID: brian@tangent.org-20110122185216-18and6vncipd7x72
Session encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
    printDebug("wasAborted");
272
272
    return false;
273
273
  }
 
274
 
 
275
  bool isConsole()
 
276
  {
 
277
    return true;
 
278
  }
274
279
};
275
280
 
276
281
class ListenConsole: public plugin::Listen