Fixed various compilation issues.

Ensure the obsolete/v0 ecf has new UUID.
This commit is contained in:
2015-07-03 20:02:13 +02:00
parent 148518984e
commit 4f8f17ad48
24 changed files with 31 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ feature {NONE} -- Initialization
setup_router
do
-- router.map (create {WSF_URI_MAPPING}.make ("/hello", create {WSF_AGENT_URI_HANDLER}.make (agent execute_hello)))
map_uri_agent ("/hello", agent execute_hello)
map_uri_agent ("/hello", agent execute_hello, Void)
-- router.map (create {WSF_URI_TEMPLATE_MAPPING}.make ("/users/{user}/message/{mesgid}", create {USER_MESSAGE_HANDLER}), router.methods_HEAD_GET_POST)
map_uri_template ("/users/{user}/message/{mesgid}", create {USER_MESSAGE_HANDLER}, router.methods_HEAD_GET_POST)