~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/restart_xt.cc

Refactoring of the drizzle client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#ifdef DRIZZLED
38
38
#include <drizzled/data_home.h>
39
 
using drizzled::module::Registry;
 
39
using drizzled::plugin::Registry;
40
40
#endif
41
41
 
42
42
#include "xactlog_xt.h"