~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/logging_gearman.cc

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <sys/types.h>
29
29
#include <sys/stat.h>
30
30
#include <fcntl.h>
31
 
 
 
31
#include <cstdio>
32
32
 
33
33
using namespace drizzled;
34
34
 
290
290
 
291
291
static LoggingGearman *handler= NULL;
292
292
 
293
 
static int logging_gearman_plugin_init(plugin::Context &context)
 
293
static int logging_gearman_plugin_init(module::Context &context)
294
294
{
295
295
  handler= new LoggingGearman();
296
296
  context.add(handler);