~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/error_message.h

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
  virtual bool errmsg(Session *session, int priority,
42
42
                      const char *format, va_list ap)=0;
 
43
 
 
44
  static void add(plugin::ErrorMessage *handler);
 
45
  static void remove(plugin::ErrorMessage *handler);
 
46
 
 
47
  static bool vprintf(Session *session, int priority, char const *format,
 
48
                      va_list ap);
43
49
};
44
50
 
45
51
} /* namespace plugin */