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

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_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:
36
36
 
37
37
#include <libmemcached/memcached.h>
38
38
 
 
39
namespace drizzle_plugin
 
40
{
 
41
 
39
42
class StatsTableTool : public drizzled::plugin::TableFunction
40
43
{
41
44
public:
62
65
  }
63
66
};
64
67
 
 
68
} /* namespace drizzle_plugin */
 
69
 
65
70
#endif /* PLUGIN_MEMCACHED_STATS_STATS_TABLE_H */