Fixing compilation of specific example using the WGI connector directly

This commit is contained in:
Jocelyn Fiat
2012-03-20 12:15:45 +01:00
parent 482f8e41e7
commit d256ec3944
2 changed files with 8 additions and 5 deletions

View File

@@ -10,9 +10,9 @@ feature -- Access
local
libfcgi: WGI_LIBFCGI_CONNECTOR
do
create libfcgi.make (Current)
create libfcgi.make (to_wgi_service)
libfcgi.launch
end
end
gateway_name: STRING = "libFCGI"
@@ -20,7 +20,7 @@ feature -- Access
do
(create {EXCEPTIONS}).die (a_code)
end
note
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"