note description: "[ Constants for RRD messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_RRD_CONSTANTS feature {NONE} -- Namespace rrd_namespace: STRING = "origo.rrd" feature {NONE} -- Message types rrd_create_type: STRING = "create" rrd_update_type: STRING = "update" rrd_batch_update_type: STRING = "batch_update" end