~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#include <ctype.h>
85
85
#include <string>
86
86
 
 
87
#include CMATH_H
 
88
 
 
89
#if defined(CMATH_NAMESPACE)
 
90
using namespace CMATH_NAMESPACE;
 
91
#endif
 
92
 
87
93
using namespace std;
88
94
 
89
95
#ifdef HAVE_SMEM