(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.2 and 1.3

version 1.2, 2001/12/13 14:53:59 version 1.3, 2002/02/25 23:57:07
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%////////-*-c++-*-////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM, // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
Line 52 
Line 52 
 { {
 public: public:
  
         typedef Message Base;
   
     HTTPMessage(const Array<Sint8>& message_, Uint32 queueId_ = 0);     HTTPMessage(const Array<Sint8>& message_, Uint32 queueId_ = 0);
  
         HTTPMessage(HTTPMessage & msg);
   
     Array<Sint8> message;     Array<Sint8> message;
     Uint32 queueId;     Uint32 queueId;
     AuthenticationInfo* authInfo;     AuthenticationInfo* authInfo;


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2