diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
| commit | 4895eff27938fa72e5a638ff173920e823ebb115 (patch) | |
| tree | 6e8424f95f6b3c4cefd6ef4d1891a76059ce8276 /libcmix-network/connect.hpp | |
| parent | 33f81a3a57a047326160f371f3269dfb47c59cba (diff) | |
| download | cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.gz cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.bz2 cmix-4895eff27938fa72e5a638ff173920e823ebb115.zip | |
Updated documentation and bumped Cmix to Version 1.0
Diffstat (limited to 'libcmix-network/connect.hpp')
| -rw-r--r-- | libcmix-network/connect.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmix-network/connect.hpp b/libcmix-network/connect.hpp index f58c3e1..ba70c70 100644 --- a/libcmix-network/connect.hpp +++ b/libcmix-network/connect.hpp @@ -21,7 +21,7 @@ boost::asio::ip::tcp::socket connect(std::string host, std::string port, boost:: * \brief async_connect Asynchronously connects to the supplied endpoint. * \param socket The socket on which to invoke the asynchronous connect. * \param host The host - * \param next_port The port + * \param port The port * \param on_connect The function to call when the connect has succeeded. */ void async_connect(boost::asio::basic_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp>>& socket, std::string host, std::string port, std::function<void()> on_connect);
\ No newline at end of file |
