Ignore:
Timestamp:
04/07/13 15:21:18 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added basic documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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,
Note: See TracChangeset for help on using the changeset viewer.