indexing description: "Constants for project messages." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_PROJECT_CONSTANTS feature {NONE} -- Namespace project_namespace: STRING is "origo.project" feature {NONE} -- Message types project_create_type: STRING is "create" project_create_config_request_type: STRING is "create_config_request" project_request_add_type: STRING is "request_add" project_request_retrieve_type: STRING is "request_retrieve" project_request_retrieve_reply_type: STRING is "request_retrieve_reply" project_change_group_type: STRING is "change_group" project_list_type: STRING is "list" project_list_partial_type: STRING is "list_partial" project_list_partial_internal_type: STRING is "list_partial_internal" project_list_partial_reply_type: STRING is "list_partial_reply" project_list_all_type: STRING is "list_all" project_list_of_user_type: STRING is "list_of_user" project_list_of_user_reply_type: STRING is "list_of_user_reply" project_members_type: STRING is "members" project_get_type: STRING is "get" project_get_reply_type: STRING is "get_reply" project_change_description_type: STRING is "change_description" project_change_logo_type: STRING is "change_logo" project_list_all_internal_type: STRING is "list_all_internal" project_get_internal_type: STRING is "get_internal" project_list_bookmarkers_type: STRING is "list_bookmarkers" project_list_communities_type: STRING is "list_communities" project_retrieve_statistics_type: STRING is "retrieve_statistics" project_retrieve_statistics_internal_type: STRING is "retrieve_statistics_internal" project_retrieve_statistics_reply_type: STRING is "retrieve_statistics_reply" project_change_settings_type: STRING is "change_settings" end