indexing description: "Constants for user messages." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_CONFIG_CONSTANTS feature {NONE} -- Namespace config_namespace: STRING is "origo.config" feature {NONE} -- Message types config_svn_type: STRING is "svn" config_ftp_type: STRING is "ftp" config_file_type: STRING is "file" config_command_type: STRING is "command" config_release_move_file_type: STRING is "release_move_file" config_release_delete_file_type: STRING is "release_delete_file" config_project_create_data_type: STRING is "project_create_data" config_user_icon_move_type: STRING is "user_set_icon" config_user_icon_delete_type: STRING is "user_delete_icon" end