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$"
deferred class
UTF8_URL_ENCODER_I
UTF8_ENCODER_HELPER
inherit
ANY

View File

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

View File

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

View File

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