-- /ivy/binding/hickory/hickoryNotify.mesa -- to notify the clients of Hickory that something has changed in data base -- this is a separate monitor from the main hickory monitor... -- Last edited by: Binding, August 14, 1984 8:25:24 am PDT DIRECTORY Hickory USING [ Event, Reason], RopeSets USING [ RopeSet] ; HickoryNotify: CEDAR DEFINITIONS = BEGIN NotifyClients: PRIVATE --ENTRY-- PROCEDURE [ reason: Hickory.Reason, ev: Hickory.Event, data: RopeSets.RopeSet]; <> END.