LarkFeepSunExport.mesa
Copyright © 1990 by Xerox Corporation. All rights reserved.
Polle Zellweger (PTZ) August 14, 1990 10:26:03 am PDT
Swinehart, September 17, 1990 2:28:24 pm PDT
Allows exporting VoiceRopeServer interface via Sun RPC protocol.
LarkFeepSunExport: 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.