LocalRegistration.mesa
Copyright Ó 1990, 1991 by Xerox Corporation. All rights reserved.
Spreitze, June 3, 1992 7:49 am PDT
DIRECTORY LocalRegistryAgent;
LocalRegistration: CEDAR DEFINITIONS ~ {
AddProps: PROC [delta: LocalRegistryAgent.PropList];
Add these property-value associations to those registered for this Cedar world with the Local Registry.
RemProps: PROC [delta: LocalRegistryAgent.PropList];
Remove these property-value associations from those registered for this Cedar world with the Local Registry. All occurrences of every DottedPair in the given list are removed.
}.