Reintroduced WSF_SERVICE.to_wgi_service: WGI_SERVICE

since it was used in the "WSF" test cases.
This commit is contained in:
2013-10-18 21:02:05 +02:00
parent 4f490aaacc
commit 8c57856232

View File

@@ -20,6 +20,14 @@ feature -- Execution
deferred
end
feature -- Conversion
to_wgi_service: WGI_SERVICE
-- Adapt Current WSF Service to plug into WGI component
do
create {WSF_TO_WGI_SERVICE} Result.make_from_service (Current)
end
note
copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"