From 27979f4d97ab37affa001a294632883003eb48a3 Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 25 Oct 2007 22:42:31 +0000 Subject: [PATCH] Add a status code. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@408 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling/io/HTTPResponse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xmltooling/io/HTTPResponse.h b/xmltooling/io/HTTPResponse.h index 63e1f4b..77aec51 100644 --- a/xmltooling/io/HTTPResponse.h +++ b/xmltooling/io/HTTPResponse.h @@ -79,6 +79,7 @@ namespace xmltooling { enum status_t { XMLTOOLING_HTTP_STATUS_OK = 200, XMLTOOLING_HTTP_STATUS_MOVED = 302, + XMLTOOLING_HTTP_STATUS_UNAUTHORIZED = 401, XMLTOOLING_HTTP_STATUS_FORBIDDEN = 403, XMLTOOLING_HTTP_STATUS_NOTFOUND = 404, XMLTOOLING_HTTP_STATUS_ERROR = 500 -- 2.1.4