(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.18 and 1.19

version 1.18, 2004/10/17 20:39:17 version 1.19, 2005/01/16 02:52:26
Line 31 
Line 31 
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase1 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase1
 //                 Seema Gupta (gseema@in.ibm.com) for Bug#1096 //                 Seema Gupta (gseema@in.ibm.com) for Bug#1096
   //         David Dillard, VERITAS Software Corp.  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 62 
Line 63 
  
       typedef Message Base;       typedef Message Base;
  
       HTTPMessage(const Array<Sint8>& message_, Uint32 queueId_ = 0,        HTTPMessage(const Array<char>& message_, Uint32 queueId_ = 0,
                                                                         const CIMException *cimException_ = 0);                                                                         const CIMException *cimException_ = 0);
  
       HTTPMessage(const HTTPMessage & msg);       HTTPMessage(const HTTPMessage & msg);
  
       Array<Sint8> message;        Array<char> message;
       Uint32 queueId;       Uint32 queueId;
       AuthenticationInfo* authInfo;       AuthenticationInfo* authInfo;
       AcceptLanguages acceptLanguages;       AcceptLanguages acceptLanguages;


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2