indexing description: "Client implementation of the origo peergroup." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_PEERGROUP_CLIENT inherit O_PEERGROUP create init feature {NONE} -- Implementation load_origo_module (an_id: P2P_ID; a_mia: P2P_MODULE_IMPLEMENTATION_ADVERTISEMENT): O_P2P_MODULE_CLIENT is -- Load origo module. do create Result.init (Current, an_id, a_mia) end end