Changeset 42:bb2cefd4e9ff in vscpl


Ignore:
Timestamp:
12/23/22 09:36:42 (16 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Fixed the documentation of TCPClientSocket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/io/TCPClientSocket.h

    r40 r42  
    5454     * Construct the client socket with the given address and port number.
    5555     *
    56      * @param addr the address of the server socket
     56     * @param address the address of the server socket
    5757     * @param port the address of the server socket
    5858     * @param waiter the waiter to use for waiting a possible event
     
    7272     * Construct the client socket with the given address and port number.
    7373     *
    74      * @param addr the address of the server socket expressed as a string
     74     * @param address the address of the server socket expressed as a string
    7575     * @param port the address of the server socket
    7676     * @param waiter the waiter to use for waiting a possible event
Note: See TracChangeset for help on using the changeset viewer.