MulticastImp.mesa
Last Edited by: Swinehart, December 3, 1985 9:00:46 am PST
DIRECTORY Rope USING [ROPE];
MulticastImp: CEDAR DEFINITIONS = {
MulticastImport:
PROC [instance: Rope.
ROPE]
RETURNS [success:
BOOL];
Import RPC instance of Multicast implementation. Instance may not be defaulted (the new lean, mean voice system).
Will unimport first if necessary.
}.