property/src/MPropertyF.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE MPropertyF;

FROM MProperty IMPORT Set;
Without the 1990 revisions, we need to expose the method procedures to subtypes.

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 MPropertyF.