From: cantor Date: Thu, 25 Oct 2007 22:42:31 +0000 (+0000) Subject: Add a status code. X-Git-Tag: 1.4.1~418 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=27979f4d97ab37affa001a294632883003eb48a3 Add a status code. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@408 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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