(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.5 and 1.6

version 1.5, 2002/04/12 00:37:19 version 1.6, 2002/04/17 03:47:18
Line 43 
Line 43 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   #define HTTP_STATUSCODE_OK 200
   #define HTTP_REASONPHRASE_OK "OK"
   
 typedef Pair<String, String> HTTPHeader; typedef Pair<String, String> HTTPHeader;
  
 /** This message is sent from a connection to its output queue when /** This message is sent from a connection to its output queue when
Line 88 
Line 91 
          String& reasonPhrase);          String& reasonPhrase);
 }; };
  
 /** This message is sent from the response decoder back to the client to turn  /**
     it into an Exception.      This message contains information about an HTTP error response.
 */ */
 class PEGASUS_COMMON_LINKAGE HTTPErrorMessage : public Message class PEGASUS_COMMON_LINKAGE HTTPErrorMessage : public Message
 { {


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2