From efeb3726318f54550c1806b1eadfbc0ed9f5d493 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 15 Jun 2012 16:32:39 +0200 Subject: [PATCH] Updated draft library (consider it as draft quality) --- .../server/request/rest/src/uri/rest_request_uri_router.e | 4 ++-- .../rest/src/uri_template/rest_request_uri_template_router.e | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/library/server/request/rest/src/uri/rest_request_uri_router.e b/draft/library/server/request/rest/src/uri/rest_request_uri_router.e index af010e5b..2bb6612c 100644 --- a/draft/library/server/request/rest/src/uri/rest_request_uri_router.e +++ b/draft/library/server/request/rest/src/uri/rest_request_uri_router.e @@ -19,7 +19,7 @@ create feature -- Mapping map_agent_with_request_methods (a_id: READABLE_STRING_8; a_action: PROCEDURE [ANY, TUPLE [ctx: REST_REQUEST_URI_HANDLER_CONTEXT; req: WSF_REQUEST; res: WSF_RESPONSE]]; - rqst_methods: detachable ARRAY [READABLE_STRING_8]) + rqst_methods: detachable WSF_ROUTER_METHODS) local h: REST_REQUEST_AGENT_HANDLER [REST_REQUEST_URI_HANDLER_CONTEXT] do @@ -28,7 +28,7 @@ feature -- Mapping end note - copyright: "Copyright (c) 1984-2011, Eiffel Software and others" + copyright: "Copyright (c) 1984-2012, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software diff --git a/draft/library/server/request/rest/src/uri_template/rest_request_uri_template_router.e b/draft/library/server/request/rest/src/uri_template/rest_request_uri_template_router.e index 0929a870..210080e2 100644 --- a/draft/library/server/request/rest/src/uri_template/rest_request_uri_template_router.e +++ b/draft/library/server/request/rest/src/uri_template/rest_request_uri_template_router.e @@ -20,7 +20,7 @@ create feature -- Mapping map_agent_with_request_methods (a_id: READABLE_STRING_8; a_action: PROCEDURE [ANY, TUPLE [ctx: REST_REQUEST_URI_TEMPLATE_HANDLER_CONTEXT; req: WSF_REQUEST; res: WSF_RESPONSE]]; - rqst_methods: detachable ARRAY [READABLE_STRING_8]) + rqst_methods: detachable WSF_ROUTER_METHODS) local h: REST_REQUEST_AGENT_HANDLER [REST_REQUEST_URI_TEMPLATE_HANDLER_CONTEXT] do