~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_events/hello_events.h

Updated pandora-build files to version 0.133

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
public:
35
35
 
36
36
  HelloEvents(std::string name_arg): EventObserver(name_arg), is_enabled(false), db_list(""), table_list(""){}
37
 
  ~HelloEvents();
38
37
 
39
38
  void registerTableEventsDo(TableShare &table_share, EventObserverList &observers);
40
39
  void registerSchemaEventsDo(const std::string &db, EventObserverList &observers);