~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_log.h

  • Committer: Lee Bieber
  • Date: 2011-04-02 15:51:08 UTC
  • mfrom: (2258.2.4 drizzle)
  • Revision ID: kalebral@gmail.com-20110402155108-ux162y1xly0z0x72
Merge Marcuse - Adds a mutex that makes the rabbitmq plugin thread safe

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
   * @param[in] mqHandler name of the plugin, typically rabbitmq_log.
62
62
   */
63
63
  RabbitMQLog(const std::string &name,
64
 
              const std::string &exchange,
65
 
              const std::string &routingkey,
66
64
              RabbitMQHandler* mqHandler);
67
65
  ~RabbitMQLog();
68
66