~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to examples/simple.cc

  • Committer: Mark Atwood
  • Date: 2011-06-19 18:31:57 UTC
  • mfrom: (2318.6.8 refactor12)
  • Revision ID: me@mark.atwood.name-20110619183157-jg8823cpkobu7n6d
Tags: 2011.06.20
mergeĀ lp:~olafvdspek/drizzle/refactor12

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
{