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
+3 -2
View File
@@ -7,6 +7,9 @@ note
deferred class
REQUEST_ROUTER [H -> REQUEST_HANDLER [C], C -> REQUEST_HANDLER_CONTEXT]
inherit
ITERABLE [TUPLE [handler: H; resource: READABLE_STRING_8; request_methods: detachable ARRAY [READABLE_STRING_8]]]
feature -- Mapping
map_default (h: like default_handler)
@@ -102,8 +105,6 @@ feature -- Traversing
new_cursor: ITERATION_CURSOR [TUPLE [handler: H; resource: READABLE_STRING_8; request_methods: detachable ARRAY [READABLE_STRING_8]]]
-- Fresh cursor associated with current structure
deferred
ensure
result_attached: Result /= Void
end
feature {NONE} -- Access: Implementation