~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/binary_log.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:
3
3
#ifndef BINARY_LOG_H_INCLUDED
4
4
#define BINARY_LOG_H_INCLUDED
5
5
 
6
 
#include <drizzled/serialize/binary_log.pb.h>
 
6
#include <drizzled/message/binary_log.pb.h>
7
7
#include "binlog_encoding.h"
8
8
 
9
9
#include <google/protobuf/io/zero_copy_stream.h>