<<>> <> <> <> DIRECTORY Rope USING [ ROPE ], SynthesizerServerRpcControl USING [ InterfaceRecord ], Thrush USING [SHHH ] ; SynthesizerServerSunImport: CEDAR DEFINITIONS ~ BEGIN <> InterfaceRecord: TYPE ~ SynthesizerServerRpcControl.InterfaceRecord; ImportInterface: PROC [instance: Rope.ROPE] RETURNS [interface: InterfaceRecord, shhh: Thrush.SHHH]; <> UnImportInterface: PROC [shhh: Thrush.SHHH]; -- Releases all resources associated with it. END.