~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:20:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006192036-3n7cu7gumica4bkz
Added missing include guards. Removed server_includes.h from header.

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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <drizzled/server_includes.h>
 
16
#ifndef PLUGIN_MULTI_THREAD_MULTI_THREAD_H
 
17
#define PLUGIN_MULTI_THREAD_MULTI_THREAD_H
 
18
 
17
19
#include <drizzled/atomics.h>
18
20
#include <drizzled/gettext.h>
19
21
#include <drizzled/error.h>
65
67
    killSessionNow(session);
66
68
  }
67
69
};
 
70
 
 
71
#endif /* PLUGIN_MULTI_THREAD_MULTI_THREAD_H */