First steps to provide a concurrent compliant EWF connector.

This commit is contained in:
2015-03-13 16:26:07 +01:00
parent c778e454cd
commit 7f27a6c797
51 changed files with 4053 additions and 13 deletions

View File

@@ -157,7 +157,7 @@ feature -- Eiffel WGI access
deferred
end
wgi_connector: WGI_CONNECTOR
wgi_connector: detachable WGI_CONNECTOR
-- Associated Eiffel WGI connector
deferred
end
@@ -685,7 +685,7 @@ invariant
path_info_identical: path_info ~ meta_string_variable ({WGI_META_NAMES}.path_info)
note
copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software

View File

@@ -6,7 +6,7 @@ note
deferred class
WGI_RESPONSE
feature {WGI_CONNECTOR, WGI_SERVICE} -- Commit
feature {WGI_CONNECTOR, WGI_SERVICE, WGI_EXPORTER} -- Commit
push
-- Commit and push response
@@ -156,7 +156,7 @@ feature -- Error reporting
end
note
copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software