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