~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/status_table.h

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-09 06:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101209060239-t0ujftvcvd558yno
Tags: upstream-2010.12.05
ImportĀ upstreamĀ versionĀ 2010.12.05

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 */