<> <> <> <> DIRECTORY Camelot, Rope; YggdrasilInit: CEDAR DEFINITIONS = BEGIN <> InitializePart1: PROC []; InitializePart2: PROC [serverName: Rope.ROPE, applName: Rope.ROPE] RETURNS [firstTime: BOOL] ; ReadyForRecovery: BOOL; RecoveryComplete: PROC []; STServer: PROC [inMsg: REF Camelot.camlibSysReqMsgT, outMsg: REF Camelot.camlibSysRepMsgT] RETURNS [messageUnderstood: BOOL _ FALSE]; SRServer: PROC [inMsg: REF Camelot.camlibSysReqMsgT, outMsg: REF Camelot.camlibSysRepMsgT] RETURNS [messageUnderstood: BOOL _ FALSE]; ATServer: PROC [inMsg: REF Camelot.camlibSysReqMsgT, outMsg: REF Camelot.camlibSysRepMsgT] RETURNS [messageUnderstood: BOOL _ FALSE]; END. <<>>