~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/vio.h

  • Committer: Andrew Hutchings
  • Date: 2010-12-06 19:36:53 UTC
  • mfrom: (1976 staging)
  • mto: This revision was merged to the branch mainline in revision 1991.
  • Revision ID: andrew@linuxjedi.co.uk-20101206193653-l85vryv18jb0yxx8
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define PLUGIN_MYSQL_PROTOCOL_VIO_H
19
19
 
20
20
#include <sys/socket.h>
21
 
#include <errno.h>
 
21
#include <cerrno>
 
22
 
 
23
namespace drizzle_plugin
 
24
{
22
25
 
23
26
/**
24
27
 *@brief Virtual I/O layer, only used with TCP/IP sockets at the moment.
136
139
 
137
140
};
138
141
 
 
142
} /* namespace drizzle_plugin */
139
143
 
140
144
#endif /* PLUGIN_MYSQL_PROTOCOL_VIO_H */