~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Mark Atwood
  • Date: 2011-11-08 19:06:32 UTC
  • mfrom: (2445.1.22 rf)
  • Revision ID: me@mark.atwood.name-20111108190632-7pfvz4ggbolmlnnu
mergeĀ lp:~olafvdspek/drizzle/refactor10

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <drizzled/visibility.h>
27
27
 
28
 
namespace drizzled
29
 
{
 
28
namespace drizzled {
30
29
 
31
30
class DRIZZLED_API StatusHelper 
32
31
{
33
32
public:
34
33
 
35
 
  static std::string fillHelper(drizzled::system_status_var *status_var, char *value, 
36
 
                                SHOW_TYPE show_type);
37
 
 
38
 
  static drizzled::drizzle_show_var status_vars_defs[];
 
34
  static std::string fillHelper(system_status_var*, const char* value, SHOW_TYPE);
 
35
  static drizzle_show_var status_vars_defs[];
39
36
};
40
37
 
41
38
} /* namespace drizzled */