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