#ifndef amqppublisher_H #define amqppublisher_H #include <string> class AMQPPublisher { public: int publish(std::string); }; #endif