~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * THE POSSIBILITY OF SUCH DAMAGE.
28
28
 */
29
29
 
30
 
#ifndef PLUGIN_LOGGING_STATS_STATUS_VARS_H
31
 
#define PLUGIN_LOGGING_STATS_STATUS_VARS_H
 
30
#pragma once
32
31
 
33
 
#include <drizzled/session.h>
 
32
namespace drizzled 
 
33
 
34
  class Session;
 
35
  class system_status_var;
 
36
}
34
37
 
35
38
class StatusVars
36
39
{
66
69
 
67
70
};
68
71
 
69
 
#endif /* PLUGIN_LOGGING_STATS_STATUS_VARS_H */