~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 00:09:32 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080923000932-5sao8gsxi3l9lt63
Removed C++ includes and std namespace from global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#include <ctype.h>
85
85
#include <string>
86
86
 
 
87
using namespace std;
 
88
 
87
89
#ifdef HAVE_SMEM
88
90
static char *shared_memory_base_name=0;
89
91
#endif