~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/plugin.h"
25
25
#include "drizzled/statistics_variables.h"
26
26
 
 
27
#include "drizzled/visibility.h"
 
28
 
27
29
namespace drizzled
28
30
{
29
31
 
30
 
class StatusHelper 
 
32
class DRIZZLED_API StatusHelper 
31
33
{
32
34
public:
33
35