indexing description: "Message for a simple build." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_BUILD_SIMPLE_MESSAGE inherit O_BUILD_MESSAGE create make create {O_MESSAGE_FACTORY} make_from_generic feature -- Access type: STRING is -- Type of the message. once Result := build_simple_type end arguments: HASH_TABLE [STRING, STRING] is -- Named arguments. once create Result.make (0) end end