~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/xa_resource_manager.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class DRIZZLED_API XaResourceManager
34
34
{
35
35
public:
36
 
  XaResourceManager() {}
37
36
  virtual ~XaResourceManager() {}
38
37
 
39
38
  int xaPrepare(Session *session, bool normal_transaction)