Changeset 16:e0caabe4ca3b in vscpl
- Timestamp:
- 04/07/13 15:21:18 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r0 r16 11 11 ltmain.sh 12 12 m4/.*\.m4 13 doc/html -
src/hu/varadiistvan/scpl/io/LocalClientSocket.h
r8 r16 55 55 * Construct the client socket with the given name. 56 56 * 57 * @param name the name of the server socket 57 58 * @param waiter the waiter to use for waiting a possible event 58 59 * occuring on the socket. If given, the socket will be … … 60 61 * function of the Connector might block as well as the reading 61 62 * and writing buffers. 63 * @param readingCapacity the capacity of the reading buffer 64 * @param writingCapacity the capacity of the writing buffer 62 65 */ 63 66 LocalClientSocket(const char* name, Waiter* waiter = 0, -
src/hu/varadiistvan/scpl/io/LocalServerSocket.h
r8 r16 54 54 * connections. 55 55 * 56 * @param name the name of the server socket that can be used by 57 * clients to connect to this socket 56 58 * @param waiter the waiter to use for waiting a possible event 57 59 * occuring on the socket. If given, the socket will be
Note:
See TracChangeset
for help on using the changeset viewer.