Last modified on Fri Jan 18 9:09:18 PST 1991 by mjordan
INTERFACEWithout the 1990 revisions, we need to expose the method procedures to subtypes.PropertyF ; FROM Property IMPORT Set;
PROCEDURE Put(ps: Set; r: REFANY); PROCEDURE Remove(ps: Set; tc: CARDINAL); PROCEDURE Get(ps: Set; tc: CARDINAL): REFANY; PROCEDURE RemoveSub(ps: Set; tc: CARDINAL); PROCEDURE GetSub(ps: Set; tc: CARDINAL): REFANY; END PropertyF.