note description: "[ Constants for Blog messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_BLOG_CONSTANTS feature {NONE} -- Namespace blog_namespace: STRING = "origo.blog" feature {NONE} -- Message types blog_add_type: STRING = "add" blog_add_reply_type: STRING = "add_reply" end