~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.h

  • Committer: Lee Bieber
  • Date: 2011-03-18 04:10:25 UTC
  • mfrom: (2241.1.2 build)
  • Revision ID: kalebral@gmail.com-20110318041025-1xoj1azy6zobhnbm
Merge Stewart - refactoring of default values
Merge Olaf - more refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  along with this program; if not, write to the Free Software
14
14
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#ifndef PLUGIN_MULTI_THREAD_MULTI_THREAD_H
17
 
#define PLUGIN_MULTI_THREAD_MULTI_THREAD_H
 
16
#pragma once
18
17
 
19
18
#include <drizzled/atomics.h>
20
19
#include <drizzled/gettext.h>
21
20
#include <drizzled/error.h>
22
21
#include <drizzled/plugin/scheduler.h>
23
 
#include "drizzled/internal/my_sys.h"
 
22
#include <drizzled/internal/my_sys.h>
24
23
#include <drizzled/sql_parse.h>
25
24
#include <string>
26
25
 
55
54
 
56
55
} // namespace multi_thread
57
56
 
58
 
#endif /* PLUGIN_MULTI_THREAD_MULTI_THREAD_H */