~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-17 22:46:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: olafvdspek@gmail.com-20111017224616-gcj9z1sjpauwsp14
Refactor

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 {
 
28
namespace drizzled
 
29
{
29
30
 
30
31
class DRIZZLED_API StatusHelper 
31
32
{
32
33
public:
33
34
 
34
 
  static std::string fillHelper(system_status_var*, const char* value, SHOW_TYPE);
35
 
  static drizzle_show_var status_vars_defs[];
 
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[];
36
39
};
37
40
 
38
41
} /* namespace drizzled */