REQUEST_ROUTER now inherit from ITERABLE [..]

This commit is contained in:
Jocelyn Fiat
2012-01-17 16:35:52 +01:00
parent 7a6c51e47e
commit 60574ee85f
2 changed files with 4 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ feature {NONE} -- Access: Implementation
feature {NONE} -- Context factory
handler_context (p: detachable STRING; req: WSF_REQUEST; tpl: URI_TEMPLATE; tpl_res: URI_TEMPLATE_MATCH_RESULT): C
handler_context (p: detachable READABLE_STRING_8; req: WSF_REQUEST; tpl: URI_TEMPLATE; tpl_res: URI_TEMPLATE_MATCH_RESULT): C
do
if p /= Void then
create Result.make (req, tpl, tpl_res, p)