~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/replication_dictionary.h

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H
23
 
#define PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H 
 
22
#pragma once
24
23
 
25
 
#include "drizzled/plugin/table_function.h"
26
 
#include "drizzled/field.h"
27
 
#include "drizzled/message/transaction.pb.h"
 
24
#include <drizzled/plugin/table_function.h>
 
25
#include <drizzled/field.h>
 
26
#include <drizzled/message/transaction.pb.h>
28
27
 
29
28
class InnodbReplicationTable : public drizzled::plugin::TableFunction
30
29
{
51
50
  }
52
51
};
53
52
 
54
 
#endif /* PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H */