~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/resource_context.h

  • Committer: Lee Bieber
  • Date: 2011-03-16 16:39:32 UTC
  • mfrom: (2239.1.11 includes)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: kalebral@gmail.com-20110316163932-ckt3uulj4pimqs8b
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <cstddef>
24
24
 
25
 
namespace drizzled
26
 
{
 
25
namespace drizzled {
27
26
 
28
27
namespace plugin
29
28
{
30
 
class MonitoredInTransaction;
31
 
class TransactionalStorageEngine;
32
 
class XaResourceManager;
 
29
  class MonitoredInTransaction;
 
30
  class TransactionalStorageEngine;
 
31
  class XaResourceManager;
33
32
}
34
33
 
35
34
/**