~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  st_blackhole_share *share;
46
46
 
47
47
public:
48
 
  ha_blackhole(StorageEngine *engine, TableShare *table_arg);
 
48
  ha_blackhole(drizzled::plugin::StorageEngine *engine, TableShare *table_arg);
49
49
  ~ha_blackhole()
50
50
  {}
51
51