~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/event_observer.h

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
   * interested in this database. 
209
209
 */
210
210
  static void registerSchemaEvents(Session &session, const std::string &db); 
211
 
  static void deregisterSchemaEvents(Session &session, const std::string &db); 
 
211
  static void deregisterSchemaEvents(EventObserverList *observers); 
212
212
 
213
213
  /*==========================================================*/
214
214
  /* Called from drizzle to register all events for all event plugins 
215
215
   * interested in this session. 
216
216
 */
217
217
  static void registerSessionEvents(Session &session); 
218
 
  static void deregisterSessionEvents(Session &session); 
 
218
  static void deregisterSessionEvents(EventObserverList *observers); 
219
219
 
220
220
 
221
221
  /*==========================================================*/