~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Lee Bieber
  • Date: 2011-01-28 21:08:33 UTC
  • mfrom: (2119.4.3 try-visibility)
  • Revision ID: kalebral@gmail.com-20110128210833-nro17n81etdpcylm
Merge Monty - Enable -fvisibility=hidden

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