Added WSF_SERVICE.to_wgi_service to ease direct integration with existing WGI components

This commit is contained in:
Jocelyn Fiat
2012-03-20 11:40:13 +01:00
parent 9eef812795
commit 482f8e41e7
5 changed files with 10 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ feature -- Access
local
cgi: WGI_CGI_CONNECTOR
do
create cgi.make (Current)
create cgi.make (to_wgi_service)
cgi.launch
end