~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to examples/simple.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-16 21:54:21 UTC
  • mfrom: (2338 drizzle)
  • mto: (2318.6.3 refactor7)
  • mto: This revision was merged to the branch mainline in revision 2340.
  • Revision ID: olafvdspek@gmail.com-20110616215421-8jjy2xlyqck6hjtc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#include <cstdio>
38
 
#include <cstdlib>
39
 
#include <cstring>
40
 
#include <getopt.h>
41
 
#include <libdrizzle/drizzle_client.h>
42
 
#include <netdb.h>
43
 
#include <unistd.h>
 
37
#include <cstdio>
 
38
#include <cstdlib>
 
39
#include <cstring>
 
40
#include <getopt.h>
 
41
#include <libdrizzle/drizzle_client.h>
 
42
#include <netdb.h>
 
43
#include <unistd.h>
44
44
 
45
45
int main(int argc, char *argv[])
46
46
{