~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/event_observer.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:48:44 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328234844-ufirvtasojvjsxoc
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
#include <drizzled/visibility.h>
50
50
 
51
 
namespace drizzled {
52
 
namespace plugin {
 
51
namespace drizzled
 
52
{
 
53
 
 
54
class Table;
 
55
class TableShare;
 
56
class Session;
 
57
 
 
58
namespace plugin
 
59
{
 
60
class EventObserverList;
 
61
class EventData;
 
62
class EventObserver;
53
63
 
54
64
typedef std::vector<EventObserver *> EventObserverVector;
55
65
typedef EventObserver* EventObserverPtr;