indexing description: "User session message." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_USER_SESSION_MESSAGE inherit O_SESSION_MESSAGE O_USER_CONSTANTS undefine out end create make create {O_MESSAGE_FACTORY} make_from_generic feature -- Access namespace: STRING is -- Namespace of the message type. once Result := user_namespace end type: STRING is -- Type of the message. once Result := user_session_type end end