indexing description: "project retrieve statistics message" author: "Dennis Rietmann " date: "$Date$" revision: "$Revision$" class O_PROJECT_RETRIEVE_STATISTICS_MESSAGE inherit O_SESSION_MESSAGE O_PROJECT_CONSTANTS undefine out end create make create {O_MESSAGE_FACTORY} make_from_generic feature -- Access namespace: STRING_8 is -- Namespace of the message type. once Result := project_namespace end type: STRING is -- Type of the message. once Result := project_retrieve_statistics_type end end