~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/linebuffer.h

  • Committer: Brian Aker
  • Date: 2009-08-15 00:59:30 UTC
  • mfrom: (1115.1.7 merge)
  • Revision ID: brian@gaz-20090815005930-q47yenjrq1esiwsz
Merge of Trond + Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define CLIENT_LINEBUFFER_H
18
18
 
19
19
#include <vector>
20
 
#include <sstream>
21
20
 
22
21
class LineBuffer
23
22
{