~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_handler.h

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

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>