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


Ignore:
Timestamp:
06/08/15 21:27:49 (9 years ago)
Author:
cheese
Message:

#1 add new interfaces for bin and task

File:
1 edited

Legend:

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

    r10 r11  
    245245             * host to network long
    246246             * @return long for network
    247              * @param long for host
     247             * @param in long for host
    248248             */
    249249            static cf::uint32_t htonl(cf::uint32_t in);
     
    252252             * host to network short
    253253             * @return short for network
    254              * @param short for host
     254             * @param in short for host
    255255             */
    256256            static cf::uint16_t htons(cf::uint16_t in);
     
    259259             * network to host long
    260260             * @return long for host
    261              * @param long for network
     261             * @param in long for network
    262262             */
    263263            static cf::uint32_t ntohl(cf::uint32_t in);
     
    266266             * network to host short
    267267             * @return short for host
    268              * @param short for network
     268             * @param in short for network
    269269             */
    270270            static cf::uint16_t ntohs(cf::uint16_t in);
Note: See TracChangeset for help on using the changeset viewer.