(file) Return to HTTPMessage.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPMessage.h between version 1.36.2.1 and 1.38

version 1.36.2.1, 2012/12/13 14:24:26 version 1.38, 2012/12/13 14:38:55
Line 154 
Line 154 
         Returns a pointer to the first CRLF or a LF separator.         Returns a pointer to the first CRLF or a LF separator.
  
         @param  data   input string.         @param  data   input string.
         @param  size   size of the input string.  
  
         @return pointer to the first CRLF or LF separator if any, else         @return pointer to the first CRLF or LF separator if any, else
                 returns NULL.                 returns NULL.
     */     */
     static char* findSeparator(      static char* findSeparator(const char* data);
         const char* data,  
         Uint32 size);  
  
 private: private:
  


Legend:
Removed from v.1.36.2.1  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2