~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/null_client.h

  • Committer: Mark Atwood
  • Date: 2011-06-14 19:30:31 UTC
  • mfrom: (2318.2.41 refactor5)
  • Revision ID: me@mark.atwood.name-20110614193031-lwbrlwfgf6id4r8b
merge lp:~olafvdspek/drizzle/refactor6
 with resolved conflict in drizzled/plugin/client.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
  virtual int getFileDescriptor(void) { return -1; }
50
50
  virtual bool isConnected(void) { return true; }
51
 
  virtual bool isReading(void) { return false; }
52
 
  virtual bool isWriting(void) { return false; }
53
51
  virtual bool flush(void) { return false; }
54
52
  virtual void close(void) {}
55
53
  virtual bool authenticate(void) { return true; }