~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/server_detect.cc

  • Committer: Mark Atwood
  • Date: 2011-08-01 05:22:14 UTC
  • mfrom: (1919.3.53 drizzle_pbms)
  • Revision ID: me@mark.atwood.name-20110801052214-3wdsx3xgld6b5v4f
mergeĀ lp:~barry-leslie/drizzle/drizzle_pbms

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>
24
23
#include <iostream>
25
24
#include <client/server_detect.h>
26
25