~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/all.h

  • Committer: devananda
  • Date: 2009-07-01 17:38:47 UTC
  • mto: (1093.1.7 captain)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090701173847-3n3mbtessg5ff35e
refactored function/benchmark into plugin/benchmark

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  This is a place holder for all proto includes.
 
3
*/
 
4
 
 
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 */