~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

Updated an include guard thanks to a nice catch during code review from Jay. Thanks Jay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_base.h>
28
28
#include <drizzled/show.h>
29
29
 
30
 
namespace drizzled
31
 
{
32
 
 
33
30
class Session;
34
31
class TableList;
35
32
class Item;
36
33
 
 
34
namespace drizzled
 
35
{
37
36
namespace statement
38
37
{
39
38
 
66
65
  Session *session;
67
66
};
68
67
 
69
 
} /* namespace statement */
 
68
} /* end namespace statement */
70
69
 
71
 
} /* namespace drizzled */
 
70
} /* end namespace drizzled */
72
71
 
73
72
#endif /* DRIZZLED_STATEMENT_H */