~drizzle-pbxt/drizzle/drizzle-pbxt-4-test-results

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_handler.h

  • Committer: Brian Aker
  • Date: 2010-04-04 21:11:50 UTC
  • Revision ID: brian@gaz-20100404211150-lh5vkmbn9qdhd97v
Fix for bad header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
23
23
 */
24
24
 
25
 
#ifndef PLUGIN_RABBITMQ_HANDLER_RABBITMQ_HANDLER_H
26
 
#define PLUGIN_RABBITMQ_HANDLER_RABBITMQ_HANDLER_H
 
25
#ifndef PLUGIN_RABBITMQ_RABBITMQ_HANDLER_H
 
26
#define PLUGIN_RABBITMQ_RABBITMQ_HANDLER_H
27
27
#include <string>
28
28
#include <amqp.h>
29
29
#include <amqp_framing.h>
120
120
  void handleAMQPError(amqp_rpc_reply_t x, std::string context) throw(rabbitmq_handler_exception);
121
121
};
122
122
 
123
 
#endif
 
123
#endif /* PLUGIN_RABBITMQ_RABBITMQ_HANDLER_H */