<<>> <> <> <> <> DIRECTORY Rope USING [ ROPE ], Thrush USING [SHHH ] ; VoiceRopeServerSunImport: CEDAR DEFINITIONS ~ BEGIN ReportProblem: TYPE ~ PROC[reportData: REF, ec: ATOM, expl: Rope.ROPE ]; <> <<>> <> ImportInterface: PROC [instance: Rope.ROPE, reportProblem: ReportProblem_NIL, reportData: REF_NIL] RETURNS [shhh: Thrush.SHHH]; <> UnImportInterface: PROC [shhh: Thrush.SHHH]; -- Releases all resources associated with it. END. <> <>