~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.h

  • Committer: Monty Taylor
  • Date: 2011-03-15 16:10:15 UTC
  • mfrom: (2235.3.1 staging)
  • Revision ID: mordred@inaugust.com-20110315161015-qceggirmf3cct7cw
Merge in libdrizzle install changes, doc changes and some header
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 */