~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/server_detect.cc

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "client_priv.h"
22
22
 
 
23
#include <boost/regex.hpp>
23
24
#include <iostream>
24
25
#include <client/server_detect.h>
25
26