~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef DRIZZLED_TABLE_INSTANCE_H
23
 
#define DRIZZLED_TABLE_INSTANCE_H
 
22
#pragma once
24
23
 
25
24
#include <drizzled/table/instance/base.h>
26
25
#include <drizzled/table/instance/shared.h>
27
26
#include <drizzled/table/instance/singular.h>
28
 
 
29
 
namespace drizzled
30
 
{
31
 
 
32
 
namespace table
33
 
{
34
 
 
35
 
namespace instance
36
 
{
37
 
 
38
 
} /* namespace instance */
39
 
} /* namespace table */
40
 
} /* namespace drizzled */
41
 
 
42
 
#endif /* DRIZZLED_TABLE_INSTANCE_H */