note description: "General message" author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" deferred class A_GENERAL_MESSAGE inherit A_MESSAGE A_GENERAL_CONSTANTS undefine is_equal, out end feature -- Access namespace: STRING -- Namespace of the message type. once Result := general_namespace end end