(file) Return to Constants.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.46 and 1.47

version 1.46, 2004/05/13 15:27:33 version 1.47, 2004/05/21 20:57:00
Line 190 
Line 190 
 #define HTTP_REASONPHRASE_UNAUTHORIZED "Unauthorized" #define HTTP_REASONPHRASE_UNAUTHORIZED "Unauthorized"
 #define HTTP_STATUS_UNAUTHORIZED "401 Unauthorized" #define HTTP_STATUS_UNAUTHORIZED "401 Unauthorized"
  
   #define HTTP_STATUSCODE_FORBIDDEN    403
   #define HTTP_REASONPHRASE_FORBIDDEN    "Forbidden"
   #define HTTP_STATUS_FORBIDDEN    "403 Forbidden"
   
 #define HTTP_STATUSCODE_REQUEST_TOO_LARGE 413 #define HTTP_STATUSCODE_REQUEST_TOO_LARGE 413
 #define HTTP_REASONPHRASE_REQUEST_TOO_LARGE "Request Entity Too Large" #define HTTP_REASONPHRASE_REQUEST_TOO_LARGE "Request Entity Too Large"
 #define HTTP_STATUS_REQUEST_TOO_LARGE "413 Request Entity Too Large" #define HTTP_STATUS_REQUEST_TOO_LARGE "413 Request Entity Too Large"
Line 226 
Line 230 
 #pragma convert(37) #pragma convert(37)
 #define WBEM_HTTP_SERVICE_NAME "wbem-http" #define WBEM_HTTP_SERVICE_NAME "wbem-http"
 #define WBEM_HTTPS_SERVICE_NAME "wbem-https" #define WBEM_HTTPS_SERVICE_NAME "wbem-https"
   #define WBEM_EXPORT_HTTPS_SERVICE_NAME "wbem-exp-https"
 #pragma convert(0) #pragma convert(0)
 #else #else
 #define WBEM_HTTP_SERVICE_NAME "wbem-http" #define WBEM_HTTP_SERVICE_NAME "wbem-http"
 #define WBEM_HTTPS_SERVICE_NAME "wbem-https" #define WBEM_HTTPS_SERVICE_NAME "wbem-https"
   #define WBEM_EXPORT_HTTPS_SERVICE_NAME "wbem-exp-https"
 #endif #endif
  
  


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2