~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-10-27 21:19:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1886.
  • Revision ID: brian@tangent.org-20101027211918-1xnp5koya8stw35j
Additional documenation.

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
 
{
28
25
namespace drizzle_protocol
29
26
{
30
27
 
60
57
  }
61
58
};
62
59
 
63
 
} /* namespace drizzle_protocol */
64
 
} /* namespace drizzle_plugin */
 
60
}
65
61
 
66
62
#endif /* PLUGIN_DRIZZLE_PROTOCOL_STATUS_TABLE_H */