Merge lp:~fallenpegasus/drizzle/fix-event-observer into lp:~drizzle-trunk/drizzle/development

Proposed by Mark Atwood
Status: Merged
Approved by: Brian Aker
Approved revision: 1863
Merged at revision: 1865
Proposed branch: lp:~fallenpegasus/drizzle/fix-event-observer
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 11 lines (+1/-0)
1 file modified
drizzled/plugin/event_observer.h (+1/-0)
To merge this branch: bzr merge lp:~fallenpegasus/drizzle/fix-event-observer
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+38972@code.launchpad.net

Description of the change

event_observer.h did not declare "class Session;" so it depended on being #include'ed after "session.h".

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'drizzled/plugin/event_observer.h'
--- drizzled/plugin/event_observer.h 2010-10-12 06:13:30 +0000
+++ drizzled/plugin/event_observer.h 2010-10-20 19:51:51 +0000
@@ -52,6 +52,7 @@
5252
53class Table;53class Table;
54class TableShare;54class TableShare;
55class Session;
5556
56namespace plugin57namespace plugin
57{58{