<> <> <> DIRECTORY ThreeDBasics USING [ Context ]; DistributedRender: CEDAR DEFINITIONS ~ BEGIN <> Context: TYPE ~ ThreeDBasics.Context; <> RemoteStop: PROC[]; <> <> SetConcurrencyLevel: PROC[context: REF Context, numProcesses: NAT]; MakeFrame: PROC[context: REF Context]; <> END.