naming: meta_variable(s)

changed some string type to READABLE_STRING_32
or READABLE_STRING_8 for now regarding Meta variables (need decision here..)
This commit is contained in:
Jocelyn Fiat
2011-08-29 12:48:03 +02:00
parent c20600f281
commit ed8f5d694f
7 changed files with 115 additions and 114 deletions
@@ -23,9 +23,9 @@ feature -- Access
path: STRING
-- ???
request_content_type (content_type_supported: detachable ARRAY [STRING]): detachable STRING
request_content_type (content_type_supported: detachable ARRAY [STRING]): detachable READABLE_STRING_8
local
s: detachable STRING
s: detachable READABLE_STRING_8
i,n: INTEGER
do
Result := request.content_type