~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/singular.h

  • Committer: Brian Aker
  • Date: 2011-02-12 08:10:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212081017-7793i41ybt7gp5ty
More removal of session from includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#pragma once
 
22
#ifndef DRIZZLED_TABLE_INSTANCE_SINGULAR_H
 
23
#define DRIZZLED_TABLE_INSTANCE_SINGULAR_H
23
24
 
24
25
#include <drizzled/table/instance/base.h>
25
26
 
26
 
namespace drizzled {
27
 
namespace table {
28
 
namespace instance {
 
27
namespace drizzled
 
28
{
 
29
 
 
30
namespace identifier { class Table; }
 
31
 
 
32
namespace table
 
33
{
 
34
 
 
35
namespace instance
 
36
{
29
37
 
30
38
class Singular : public drizzled::TableShare
31
39
{
42
50
} /* namespace table */
43
51
} /* namespace drizzled */
44
52
 
 
53
#endif /* DRIZZLED_TABLE_INSTANCE_SINGULAR_H */