note description: "[ Constants for Config messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class A_CONFIG_CONSTANTS feature {NONE} -- Namespace config_namespace: STRING = "aranea.config" feature {NONE} -- Message types config_command_type: STRING = "command" config_command_list_type: STRING = "command_list" config_file_write_type: STRING = "file_write" config_file_write_list_type: STRING = "file_write_list" config_config_file_type: STRING = "config_file" end