~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-08-04 16:21:21 UTC
  • mfrom: (2318.9.14 refactor3)
  • Revision ID: me@mark.atwood.name-20110804162121-6b9ay1b1de3yfgvl
mergeĀ lp:~olafvdspek/drizzle/refactor3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/table/instance.h>
24
24
 
25
 
namespace drizzled
26
 
{
27
 
 
28
 
namespace table
29
 
{
30
 
 
31
 
namespace instance
32
 
{
 
25
namespace drizzled {
 
26
namespace table {
 
27
namespace instance {
33
28
 
34
29
Singular::Singular(const identifier::Table::Type type_arg,
35
30
                   const identifier::Table &identifier,
36
 
                   char *path_arg, uint32_t path_length_arg) :
 
31
                   const char *path_arg, uint32_t path_length_arg) :
37
32
  TableShare(type_arg, identifier, path_arg, path_length_arg)
38
33
{
39
34
}