~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/logging_stats.h

  • Committer: patrick crews
  • Date: 2011-03-15 12:12:09 UTC
  • mfrom: (1099.4.216 drizzle)
  • Revision ID: gleebix@gmail.com-20110315121209-8g2tkf31w0rx9ter
Tags: 2011.03.12
Updated translations

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_LOGGING_STATS_H
31
 
#define PLUGIN_LOGGING_STATS_LOGGING_STATS_H
 
30
#pragma once
32
31
 
33
32
#include "scoreboard_slot.h"
34
33
#include "cumulative_stats.h"
36
35
 
37
36
#include <drizzled/atomics.h>
38
37
#include <drizzled/enum.h>
39
 
#include <drizzled/session.h>
40
38
#include <drizzled/plugin/logging.h>
41
39
 
42
40
#include <string>
92
90
 
93
91
  typedef std::vector<std::vector<ScoreboardSlot* >* > ScoreBoardVectors;
94
92
};
95
 
#endif /* PLUGIN_LOGGING_STATS_LOGGING_STATS_H */