~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/status_table.h

  • Committer: Brian Aker
  • Date: 2010-12-18 10:14:05 UTC
  • mfrom: (2008.1.3 clean)
  • Revision ID: brian@tangent.org-20101218101405-qjbse29shi9coklg
Merge of user identifier work

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define PLUGIN_DRIZZLE_PROTOCOL_STATUS_TABLE_H
23
23
 
24
24
#include "drizzled/plugin/table_function.h"
 
25
 
 
26
namespace drizzle_plugin
 
27
{
25
28
namespace drizzle_protocol
26
29
{
27
30
 
57
60
  }
58
61
};
59
62
 
60
 
}
 
63
} /* namespace drizzle_protocol */
 
64
} /* namespace drizzle_plugin */
61
65
 
62
66
#endif /* PLUGIN_DRIZZLE_PROTOCOL_STATUS_TABLE_H */