<<>> <> <> <> <> <<>> <> <<>> DIRECTORY LarkFeep, LarkFeepSunRPC, LarkFeepSunRPCServer, Thrush, ThrushSunRPC, ThrushSunRPCConvert; LarkFeepSunRPCToLarkFeep: CEDAR PROGRAM IMPORTS LarkFeep, ThrushSunRPCConvert EXPORTS LarkFeepSunRPCServer ~ { OPEN LarkFeepSunRPC, LarkFeepSunRPCServer, ThrushSunRPCConvert; Flash: PUBLIC FlashType = { thNB: Thrush.NB; thNB _ LarkFeep.Flash[shhh: Thrush.none, serviceID: serviceID, convID: SrToConvID[convID], requestingParty: requestingParty, actionID: actionID, extraTime: extraTime]; nb _ ATOMToSr[thNB]; }; Feep: PUBLIC FeepType = { thNB: Thrush.NB; thNB _ LarkFeep.Feep[shhh: Thrush.none, serviceID: serviceID, convID: SrToConvID[convID], requestingParty: requestingParty, number: SrToROPE[number], noisy: noisy, on: on, off: off]; nb _ ATOMToSr[thNB]; }; }. <> <> <>