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


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

#1 change response, threading and proxy work-flow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXSocket.h

    r18 r24  
    5555     * @return available : true, else : false.
    5656     */
    57     inline bool IsCreated       (void) const;
     57    bool        IsCreated       (void) const;
    5858
    59     inline bool IsReady         (void) const;
     59    bool        IsReady         (void) const;
    6060
    6161    /**
     
    8787    CRXSocket   & operator =    (int aSocket);
    8888
     89    int         SetTimeout      (const int aTimeout);
     90
    8991    /**
    9092     * for server
     
    107109     * for communication
    108110     */
    109     int Send                    (char   * aBuffer,
    110                                  int    aSize);
     111    int Send                    (const char * aBuffer,
     112                                 int        aSize);
    111113
    112114    int Receive                 (char   * aBuffer,
Note: See TracChangeset for help on using the changeset viewer.