~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/all.h

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

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
 
#include <drizzled/serialize/master_list.pb.h>
10
 
#include <drizzled/serialize/table.pb.h>
11
 
#include <drizzled/serialize/replication_event.pb.h>
12
 
 
13
 
#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 */