Changeset 59 in cheroxy for trunk/include/CRXSocket.h


Ignore:
Timestamp:
12/26/12 11:00:40 (11 years ago)
Author:
cheese
Message:

#1 add SetOption in CRXSocket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXSocket.h

    r57 r59  
    8787    CRXSocket   & operator =    (int aSocket);
    8888
     89    int         SetOption       (const int      aOptName,
     90                                 const void     * aOptVal,
     91                                 const size_t   aOptLen);
     92
    8993    int         SetTimeout      (const int aTimeout);
    9094
Note: See TracChangeset for help on using the changeset viewer.