note description: "[ Constants for Wiki messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_WIKI_CONSTANTS feature {NONE} -- Namespace wiki_namespace: STRING = "origo.wiki" feature {NONE} -- Message types wiki_add_type: STRING = "add" wiki_add_reply_type: STRING = "add_reply" wiki_render_html_type: STRING = "render_html" end