(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.14 and 1.15

version 1.14, 2003/10/22 14:26:03 version 1.15, 2004/05/07 16:58:38
Line 42 
Line 42 
 #include <Pegasus/Common/ArrayInternal.h> #include <Pegasus/Common/ArrayInternal.h>
 #include <Pegasus/Common/AuthenticationInfo.h> #include <Pegasus/Common/AuthenticationInfo.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/AcceptLanguages.h>
   #include <Pegasus/Common/ContentLanguages.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 63 
Line 65 
       Array<Sint8> message;       Array<Sint8> message;
       Uint32 queueId;       Uint32 queueId;
       AuthenticationInfo* authInfo;       AuthenticationInfo* authInfo;
         AcceptLanguages acceptLanguages;
         ContentLanguages contentLanguages;
         Boolean acceptLanguagesDecoded;
         Boolean contentLanguagesDecoded;
  
       void parse(       void parse(
          String& startLine,          String& startLine,


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2