Migrated most of the example and library to new design.

This commit is contained in:
2015-03-31 14:50:20 +02:00
parent 7d2ce8a77f
commit 4907bc3085
124 changed files with 2399 additions and 1789 deletions

View File

@@ -26,23 +26,6 @@ feature {NONE} -- Implementation
create connector.make_with_base (a_base_url)
end
-- make_with_callback (a_callback: PROCEDURE [ANY, TUPLE [req: WGI_REQUEST; res: WGI_RESPONSE]])
-- -- Initialize `Current'.
-- do
-- make_custom_with_callback (a_callback, Void)
-- end
-- make_custom_with_callback (a_callback: PROCEDURE [ANY, TUPLE [req: WGI_REQUEST; res: WGI_RESPONSE]]; a_base_url: detachable STRING)
-- -- Initialize `Current'.
-- require
-- base_url_starts_with_slash: (a_base_url /= Void and then not a_base_url.is_empty) implies a_base_url.starts_with ("/")
-- local
-- app: WGI_AGENT_SERVICE
-- do
-- create app.make (a_callback)
-- make_custom (app, a_base_url)
-- end
feature -- Access
connector: WGI_NINO_CONNECTOR [G]