~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/single_thread/single_thread.cc

  • Committer: Brian Aker
  • Date: 2009-01-26 00:19:35 UTC
  • Revision ID: brian@tangent.org-20090126001935-ghhkqscxth5u6a4c
Merge and fix for scheduler.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <string>
26
26
using namespace std;
27
27
 
28
 
static bool isEnabled= true;
 
28
static bool isEnabled= false;
29
29
static bool init_dummy(void) {return 0;}
30
30
 
31
31
/*