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


Ignore:
Timestamp:
06/07/15 17:37:53 (9 years ago)
Author:
cheese
Message:

#1 fix handling

File:
1 edited

Legend:

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

    r9 r10  
    3636             * @param port port number
    3737             */
    38             host(const std::string & address = "",
    39                  const cf::uint16_t port = 0);
     38            host(const std::string & address,
     39                 const cf::uint16_t port);
    4040
    4141            /**
     
    4343             * @return host address
    4444             */
    45             std::string address() const;
     45            const std::string & address() const;
    4646
    4747            /**
Note: See TracChangeset for help on using the changeset viewer.