Skip to content

Commit

Permalink
Fix establishSSLConnection declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MPogotsky committed Sep 25, 2024
1 parent cdeea54 commit 2cf9ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xapi/Connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Connection
* @return An awaitable void.
* @throw xapi::exception::ConnectionClosed if the SSL connection fails.
*/
boost::asio::awaitable<void> establishSSLConnection(boost::asio::ip::tcp::resolver::results_type &results,
boost::asio::awaitable<void> establishSSLConnection(const boost::asio::ip::tcp::resolver::results_type &results,
const char *host);

// The IO context for asynchronous operations.
Expand Down

0 comments on commit 2cf9ae2

Please sign in to comment.