~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/query_log.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-19 14:24:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019142427-sun0tnp0u27gqg31
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "file.h"
24
24
#include "event.h"
25
25
 
26
 
namespace drizzled
27
 
{
28
 
namespace plugin
29
 
{
 
26
namespace drizzled {
 
27
namespace plugin {
30
28
 
31
29
/**
32
30
 * @brief
46
44
{
47
45
public:
48
46
  QueryLog(bool enabled, QueryLoggerFile *logger_file);
49
 
  ~QueryLog();
50
47
 
51
48
  void registerSessionEventsDo(Session &session, EventObserverList &observers);
52
49
  bool observeEventDo(EventData &);