SynthesizerServerSunExport.mesa
Copyright Ó 1990, 1992 by Xerox Corporation. All rights reserved.
Polle Zellweger (PTZ) August 14, 1990 10:26:03 am PDT
Swinehart, September 17, 1990 2:28:46 pm PDT
Allows exporting VoiceRopeServer interface via Sun RPC protocol.
SynthesizerServerSunExport: CEDAR DEFINITIONS
~ BEGIN
ExportInterface:
PROC [port:
CARD¬0]
RETURNS [uniquePort:
CARD];
Will deregister any interface exported on the old port and export a new one, returning its port.
END.