bloomberg / rmqcpp

A batteries included C++ RabbitMQ Client Library/API.
Apache License 2.0
68 stars 16 forks source link

Fix include guard of rmqa_connectionstring #30

Closed adamncasey closed 10 months ago

adamncasey commented 10 months ago

This include guard is wrong, which can cause issues when trying to use the two headers rmqa_connectionstring.h and rmqa_connectionmonitor.h in the same TU.