~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/table_reader.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 03:09:04 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216030904-wfopcvbg81zw0902
Fixed a few things to make VPATH builds work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <iostream>
2
2
#include <fstream>
3
3
#include <string>
4
 
#include "table.pb.h"
 
4
#include <drizzled/serialize/table.pb.h>
 
5
 
5
6
using namespace std;
6
7
 
7
8
/*