~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
 
475
475
public:
476
476
  void **getEngineData(const plugin::MonitoredInTransaction *monitored);
477
 
  ResourceContext *getResourceContext(const plugin::MonitoredInTransaction *monitored,
478
 
                                      size_t index= 0);
 
477
  ResourceContext& getResourceContext(const plugin::MonitoredInTransaction&, size_t index= 0);
479
478
 
480
479
  session::Transactions transaction;
481
480