diff --git a/include/amqpcpp.h b/include/amqpcpp.h index 85b7867..f002eae 100644 --- a/include/amqpcpp.h +++ b/include/amqpcpp.h @@ -3,7 +3,8 @@ * * Starting point for all includes of the Copernica AMQP library * - * @documentation public + * @author Emiel Bruijntjes + * @copyright 2015 - 2018 Copernica BV */ #pragma once @@ -77,3 +78,9 @@ #include "amqpcpp/connectionhandler.h" #include "amqpcpp/connectionimpl.h" #include "amqpcpp/connection.h" + +// tcp level includes +#include "amqpcpp/tcphandler.h" +#include "amqpcpp/tcpconnection.h" +#include "amqpcpp/tcpchannel.h" + diff --git a/include/amqpcpp/libev.h b/include/amqpcpp/libev.h index 9e6ea1a..d14a3b6 100644 --- a/include/amqpcpp/libev.h +++ b/include/amqpcpp/libev.h @@ -8,7 +8,7 @@ * Compile with: "g++ -std=c++11 libev.cpp -lamqpcpp -lev -lpthread" * * @author Emiel Bruijntjes - * @copyright 2015 Copernica BV + * @copyright 2015 - 2018 Copernica BV */ /**