Changeset 26 in cheroxy for trunk/include/CRXHttpMessage.h


Ignore:
Timestamp:
11/14/12 14:28:59 (11 years ago)
Author:
cheese
Message:

#1 add function to reset request and response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXHttpMessage.h

    r24 r26  
    2020
    2121protected:
    22     virtual void    Parse       (void);
     22    virtual void    Parse           (void);
     23    virtual void    Reset           (void);
    2324
    2425public:
    25     void            SetMessage  (const char * aHttpMessage);
    26     std::string     GetMessage  (void) const;
     26    void            SetMessage      (const char * aHttpMessage);
     27    std::string     GetMessage      (void) const;
    2728
    28     void            Reset       (void);
     29    void            ResetMessage    (void);
    2930
    3031    virtual CRXHttpMessage &    operator =  (const char * aHttpMessage);
Note: See TracChangeset for help on using the changeset viewer.