Add a status code.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 25 Oct 2007 22:42:31 +0000 (22:42 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 25 Oct 2007 22:42:31 +0000 (22:42 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@408 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/io/HTTPResponse.h

index 63e1f4b..77aec51 100644 (file)
@@ -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