~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/oldlibdrizzle.h

  • Committer: Eric Day
  • Date: 2009-11-10 22:59:28 UTC
  • mto: This revision was merged to the branch mainline in revision 1218.
  • Revision ID: eday@oddments.org-20091110225928-hht1klldtfflwixc
Fixed header file guards and fixed test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef PLUGIN_OLDLIBDRIZZLE_OLDLIBDRIZZLE_H
21
 
#define PLUGIN_OLDLIBDRIZZLE_OLDLIBDRIZZLE_H
 
20
#ifndef PLUGIN_DRIZZLE_PROTOCOL_OLDLIBDRIZZLE_H
 
21
#define PLUGIN_DRIZZLE_PROTOCOL_OLDLIBDRIZZLE_H
22
22
 
23
23
#include <drizzled/plugin/listen_tcp.h>
24
24
#include <drizzled/plugin/client.h>
87
87
  virtual bool wasAborted(void);
88
88
};
89
89
 
90
 
#endif /* PLUGIN_OLDLIBDRIZZLE_OLDLIBDRIZZLE_H */
 
90
#endif /* PLUGIN_DRIZZLE_PROTOCOL_OLDLIBDRIZZLE_H */