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


Ignore:
Timestamp:
11/22/12 15:21:02 (11 years ago)
Author:
cheese
Message:

#1 change logic more detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXHttpMessage.h

    r31 r44  
    66
    77#include <string>
     8
     9#define CRLF                "\r\n"
     10#define CRLF2               "\r\n\r\n" 
    811
    912class CRXHttpMessage
     
    2629
    2730    void            ResetMessage    (void);
    28 
    29     virtual CRXHttpMessage &    operator =  (const char * aHttpMessage) = 0;
    3031};
    3132
Note: See TracChangeset for help on using the changeset viewer.