~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Monty Taylor
  • Date: 2010-06-20 05:04:38 UTC
  • mfrom: (1627.2.8 build)
  • Revision ID: mordred@inaugust.com-20100620050438-j7vkswfjcb4vm4o7
Merged in Brian's const TableIdentifiter work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_ENUM_H
22
22
#define DRIZZLED_ENUM_H
23
23
 
24
 
#include "drizzled/message/table.pb.h"
25
 
 
26
24
namespace drizzled
27
25
{
28
26