restructured CONNEG library

fixed various issue in .ecf files
This commit is contained in:
Jocelyn Fiat
2011-11-18 11:14:30 +01:00
parent b58e4e19e1
commit 257ede7586
16 changed files with 36 additions and 41 deletions

View File

@@ -0,0 +1,30 @@
note
description: "Summary description for {SHARED_MIME}."
date: "$Date$"
revision: "$Revision$"
class
SHARED_CONNEG
feature
mime: MIME_PARSE
once
create Result
end
common: COMMON_ACCEPT_HEADER_PARSER
-- Charset and Encoding
once
create Result
end
language: LANGUAGE_PARSE
once
create Result
end
note
copyright: "2011-2011, Javier Velilla, Jocelyn Fiat and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end