ThSmartsSunExport.mesa
Copyright © 1990 by Xerox Corporation. All rights reserved.
Polle Zellweger (PTZ) August 14, 1990 10:32:08 am PDT
Allows exporting ThSmarts interface via Sun RPC protocol.
ThSmartsSunExport: CEDAR DEFINITIONS
~ BEGIN
ExportInterface: PROC [port: CARD𡤀] RETURNS [uniquePort: CARD];
Will deregister any interface exported on the old port and export a new one, returning its port.
END.
Polle Zellweger (PTZ) June 25, 1990 1:39:52 pm PDT
changes to: DIRECTORY, ThSmartsSunImport, ~, SunProtocol, SunAddrFromRope, RopeFromSunAddr, ImportInterface, END
Polle Zellweger (PTZ) June 26, 1990 2:07:39 pm PDT
changes to: DIRECTORY, ThSmartsSunExport, RopeFromSunAddr, ExportInterface
Polle Zellweger (PTZ) August 14, 1990 10:31:20 am PDT
Move RopeFromSunAddr to VoiceUtilsImpl (exports to VoiceUtilsExtras)
changes to: ExportInterface