note description: "Base class for an orgio node." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" deferred class O_NODE inherit O_CONSTANTS export {NONE} all end feature {NONE} -- Implementation create_msg_factory: O_MESSAGE_FACTORY -- do create Result.make end end