~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_handler.h

  • Committer: Brian Aker
  • Date: 2010-10-08 16:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1834.
  • Revision ID: brian@tangent.org-20101008161147-o3us2a8itszsaycx
Typdef our lock type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#ifndef PLUGIN_RABBITMQ_RABBITMQ_HANDLER_H
26
26
#define PLUGIN_RABBITMQ_RABBITMQ_HANDLER_H
 
27
 
 
28
#include <exception>
27
29
#include <string>
28
30
#include <amqp.h>
29
31
#include <amqp_framing.h>