~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-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef DRIZZLED_PLUGIN_XA_RESOURCE_MANAGER_H
22
 
#define DRIZZLED_PLUGIN_XA_RESOURCE_MANAGER_H
 
21
#pragma once
23
22
 
24
23
#include <boost/unordered_set.hpp>
25
 
 
26
 
#include "drizzled/visibility.h"
27
 
 
28
 
namespace drizzled
29
 
{
30
 
 
31
 
class XID;
32
 
 
33
 
namespace plugin
34
 
{
 
24
#include <drizzled/visibility.h>
 
25
 
 
26
namespace drizzled {
 
27
namespace plugin {
35
28
 
36
29
/**
37
30
 * An abstract interface class which exposes the participation
138
131
} /* namespace plugin */
139
132
} /* namespace drizzled */
140
133
 
141
 
#endif /* DRIZZLED_PLUGIN_XA_RESOURCE_MANAGER_H */