Changeset 9 in libcf++ for trunk/include/cf/network.h


Ignore:
Timestamp:
06/06/15 20:40:20 (9 years ago)
Author:
cheese
Message:

#1 fix binding interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/network.h

    r7 r9  
    111111
    112112            /**
     113             * bind
     114             * @param port port
     115             * @throw cf::exception
     116             */
     117            cf::void_t bind(const cf::uint16_t port) const
     118                throw (cf::exception);
     119
     120            /**
    113121             * server ready
    114              * @param port port
    115122             * @param backlog [option] backlog
    116123             * @throw cf::exception
    117124             */
    118             cf::void_t listen(const cf::uint16_t port,
    119                               const cf::int32_t backlog = 5) const
     125            cf::void_t listen(const cf::int32_t backlog = 5) const
    120126                throw (cf::exception);
    121127
Note: See TracChangeset for help on using the changeset viewer.