-- NuthatchUpdater.mesa
-- Contents: Process to read from a nuthatch log and call the appropriate Nuthatch database routines to effect the updates.
-- The log reads and database writes should occur under a Cypress transaction.

--Last Edited by: Lia, September 30, 1983 11:26 am
Swinehart, July 11, 1985 11:57:37 am PDT

DIRECTORY
 Nuthatch USING [NuthatchUserHandle];
NuthatchUpdater: CEDAR DEFINITIONS =

BEGIN
DoLogEntries: PROC [nuthatchUserHandle: Nuthatch.NuthatchUserHandle, close: BOOLTRUE] ;
END.