(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.30 and 1.31

version 1.30, 2007/08/22 07:43:37 version 1.31, 2008/03/28 18:36:43
Line 109 
Line 109 
         Uint32& statusCode,         Uint32& statusCode,
         String& reasonPhrase);         String& reasonPhrase);
  
       static Boolean parseContentTypeHeader(
           const String& contentTypeHeader,
           String& type,
           String& charset);
   
     static Boolean parseLocalAuthHeader(     static Boolean parseLocalAuthHeader(
         const String& authHeader,         const String& authHeader,
         String& authType,         String& authType,
Line 152 
Line 157 
     static char* findSeparator(     static char* findSeparator(
         const char* data,         const char* data,
         Uint32 size);         Uint32 size);
   
     static Boolean isSupportedContentType(  
         const String& cimContentType);  
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2