~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/scoreboard.h

  • Committer: Brian Aker
  • Date: 2011-03-14 05:40:28 UTC
  • Revision ID: brian@tangent.org-20110314054028-jhey35e5la4nfl4w
Mass removal of ifdef/endif in favor of pragma once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *
29
29
 */
30
30
 
31
 
#ifndef PLUGIN_LOGGING_STATS_SCOREBOARD_H
32
 
#define PLUGIN_LOGGING_STATS_SCOREBOARD_H
 
31
#pragma once
33
32
 
34
33
#include "scoreboard_slot.h"
35
34
#include <boost/thread/shared_mutex.hpp>
101
100
  ScoreboardSlot* claimOpenScoreboardSlot(drizzled::Session *session); 
102
101
};
103
102
 
104
 
#endif /* PLUGIN_LOGGING_STATS_SCOREBOARD_H */