Changeset 16:e0caabe4ca3b in vscpl


Ignore:
Timestamp:
04/07/13 15:21:18 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Added basic documentation

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • .hgignore

    r0 r16  
    1111ltmain.sh
    1212m4/.*\.m4
     13doc/html
  • src/hu/varadiistvan/scpl/io/LocalClientSocket.h

    r8 r16  
    5555     * Construct the client socket with the given name.
    5656     *
     57     * @param name the name of the server socket
    5758     * @param waiter the waiter to use for waiting a possible event
    5859     * occuring on the socket. If given, the socket will be
     
    6061     * function of the Connector might block as well as the reading
    6162     * and writing buffers.
     63     * @param readingCapacity the capacity of the reading buffer
     64     * @param writingCapacity the capacity of the writing buffer
    6265     */
    6366    LocalClientSocket(const char* name, Waiter* waiter = 0,
  • src/hu/varadiistvan/scpl/io/LocalServerSocket.h

    r8 r16  
    5454     * connections.
    5555     *
     56     * @param name the name of the server socket that can be used by
     57     * clients to connect to this socket
    5658     * @param waiter the waiter to use for waiting a possible event
    5759     * occuring on the socket. If given, the socket will be
Note: See TracChangeset for help on using the changeset viewer.