Fixed remaining 6.8 vs 7.0 compilation issue related to UTF8_(URL_)ENCODER

This commit is contained in:
Jocelyn Fiat
2011-10-31 09:02:19 +01:00
parent 54ecd2b1e8
commit 83a181ebf1
4 changed files with 5 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ note
revision : "$Revision$" revision : "$Revision$"
deferred class deferred class
UTF8_URL_ENCODER_I UTF8_ENCODER_HELPER
inherit inherit
ANY ANY

View File

@@ -5,7 +5,7 @@ note
revision : "$Revision$" revision : "$Revision$"
deferred class deferred class
UTF8_URL_ENCODER_I UTF8_ENCODER_HELPER
inherit inherit
ANY ANY

View File

@@ -15,13 +15,7 @@ class
inherit inherit
ENCODER [STRING_32, STRING_8] ENCODER [STRING_32, STRING_8]
UNICODE_CONVERSION UTF8_ENCODER_HELPER
export
{NONE} all
{ANY} is_valid_utf8
undefine
is_little_endian
end
PLATFORM PLATFORM
export export

View File

@@ -21,7 +21,7 @@ inherit
decoded_string decoded_string
end end
UTF8_URL_ENCODER_I UTF8_ENCODER_HELPER
redefine redefine
default_create default_create
end end
@@ -30,7 +30,7 @@ feature {NONE} -- Initialization
default_create default_create
do do
Precursor {UTF8_URL_ENCODER_I} Precursor {UTF8_ENCODER_HELPER}
end end
feature -- Access feature -- Access