~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

  • Committer: Lee Bieber
  • Date: 2010-12-24 05:08:44 UTC
  • mfrom: (2026.1.2 build)
  • Revision ID: kalebral@gmail.com-20101224050844-9jll4ywf0rmhxaf4
Merge Brian - Update to tests, we just want to look at our own tables, not global.
Merge Brian - Final bits of encapsulation work

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/message/transaction.pb.h"
28
28
#include <google/protobuf/text_format.h>
29
29
#endif
 
30
#include "drizzled/identifier.h"
30
31
 
31
32
#include <boost/shared_ptr.hpp>
32
33