SlateJoinApp.mesa
Copyright Ó 1992, 1993 by Xerox Corporation. All rights reserved.
Created by Theimer, December 17, 1992 7:51:43 am PST
Theimer, December 17, 1992 2:01 pm PST
Christian Jacobi, March 6, 1993 4:22 pm PST
DIRECTORY
IO,
Slate;
SlateJoinApp: CEDAR DEFINITIONS ~
BEGIN
AdvertiseNewSession: PROC [session: Slate.Session, log: IO.STREAM];
Register a JoinApp RPC interface for this session with the NMS name service and with the Location Broker.
END.