~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/net_serv.h

  • Committer: Monty Taylor
  • Date: 2009-03-31 07:57:46 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090331075746-7filp1zeagjgwuzm
Removed references to stdbool, since they aren't valid in c++. Added them in C where we need them. Made archive tests c++.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "vio.h"
28
28
 
29
29
#include <stdint.h>
30
 
#if !defined(__cplusplus)
31
 
# include <stdbool.h>
32
 
#endif
33
30
 
34
31
#define LIBDRIZZLE_ERRMSG_SIZE 512
35
32
#define LIBDRIZZLE_SQLSTATE_LENGTH 5