~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 14:32:36 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328143236-4ge1d793iqaktfq0
Common fwd

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 */