indexing description: "Globally shared factories instances" license: "MIT license (see ../license.txt)" author: "Beat Strasser " date: "$Date$" revision: "$Revision$" class P2P_CREATORS_SHARED feature {NONE} -- Creators xml_document_creator: P2P_XML_DOCUMENT_CREATOR is -- Global XML document creator instance indexing once_status: global once create Result.make ensure Result_set: Result /= Void end wire_message_creator: P2P_WIRE_MESSAGE_CREATOR is -- Global wire message creator instance indexing once_status: global once create Result ensure Result_set: Result /= Void end id_creator: P2P_ID_CREATOR is -- Global id creator instance indexing once_status: global once create Result.make ensure Result_set: Result /= Void end end