note description: "[ Constants for Comment messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_COMMENT_CONSTANTS feature {NONE} -- Namespace comment_namespace: STRING = "origo.comment" feature {NONE} -- Message types comment_add_type: STRING = "add" comment_add_reply_type: STRING = "add_reply" end