From 88192335b692e897281d277e36bfe238b7c081c7 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 24 Sep 2013 15:26:16 +0200 Subject: [PATCH] Added implicit conversion from agent to WSF_URI_TEMPLATE_AGENT_HANDLER Mainly for convenience. --- .../uri_template/helpers/wsf_uri_template_agent_handler.e | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/server/wsf/router/support/uri_template/helpers/wsf_uri_template_agent_handler.e b/library/server/wsf/router/support/uri_template/helpers/wsf_uri_template_agent_handler.e index cfe05c53..8e02be36 100644 --- a/library/server/wsf/router/support/uri_template/helpers/wsf_uri_template_agent_handler.e +++ b/library/server/wsf/router/support/uri_template/helpers/wsf_uri_template_agent_handler.e @@ -13,6 +13,9 @@ inherit create make +convert + make ({PROCEDURE [ANY, TUPLE [WSF_REQUEST, WSF_RESPONSE]]}) + feature {NONE} -- Initialization make (a_action: like action) @@ -32,7 +35,7 @@ feature -- Execution end note - copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" + copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software