note description: "Constants for general aranea messages." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class A_GENERAL_CONSTANTS feature {NONE} -- Namespace general_namespace: STRING = "origo.general" feature {NONE} -- Message types general_status_type: STRING = "status" general_string_type: STRING = "string" end