BulkData1.cr
Copyright © 1986 by Xerox Corporation. All rights reserved.
Bill Jackson (bj) August 8, 1986 7:22:24 pm PDT
Demers, January 6, 1987 4:08:24 pm PST
Introduction
Cedar does not implement third-party Bulk Data, and the SOURCE and SINK types are built into the Cedar Courier compiler, so the Cedar version of the BulkData remote program exists only to allow clients to refer to BulkData.Source and BulkData.Sink.
BulkData: PROGRAM 0 VERSION 1 = BEGIN
Primitive types
Sink: TYPE = SINK;
Source: TYPE = SOURCE;
END.