~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/all.h

  • Committer: Brian Aker
  • Date: 2009-08-21 18:46:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1123.
  • Revision ID: brian@gaz-20090821184631-e11gja79070fvhk4
Cleanup around page checksum removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  This is a place holder for all proto includes.
3
3
*/
4
4
 
5
 
#ifndef DRIZZLED_SERIALIZE_SERIALIZE_H
6
 
#define DRIZZLED_SERIALIZE_SERIALIZE_H
7
 
 
8
 
#include <drizzled/serialize/schema.pb.h>
9
 
using namespace std;
10
 
 
11
 
#endif /* DRIZZLED_SERIALIZE_SERIALIZE_H */
 
5
#ifndef DRIZZLED_MESSAGE_ALL_H
 
6
#define DRIZZLED_MESSAGE_ALL_H
 
7
 
 
8
#include <drizzled/message/schema.pb.h>
 
9
#include <drizzled/message/master_list.pb.h>
 
10
#include <drizzled/message/table.pb.h>
 
11
#include <drizzled/message/replication_event.pb.h>
 
12
 
 
13
#endif /* DRIZZLED_MESSAGE_ALL_H */