~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/null_client.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  virtual bool wasAborted(void) { return false; }
62
62
};
63
63
 
64
 
} /* end namespace drizzled::plugin */
65
 
} /* end namespace drizzled */
 
64
} /* namespace plugin */
 
65
} /* namespace drizzled */
66
66
 
67
67
#endif /* DRIZZLED_PLUGIN_NULL_CLIENT_H */