MobComDataImpl.mesa
Copyright Ó 1988, 1989, 1991 by Xerox Corporation. All rights reserved.
Andy Litman March 21, 1988 11:05:10 pm PST
JKF August 8, 1989 4:43:37 pm PDT
DIRECTORY
MobComData USING [Data];
MobComDataImpl: CEDAR PROGRAM
IMPORTS
EXPORTS MobComData
~ BEGIN
data: PUBLIC MobComData.Data;
Dummy: PROC = {}; -- to make the packager happy
END.