ui/src/split/ETAgent1.i3


Copyright (C) 1994, Digital Equipment Corp.
<*PRAGMA LL*>
A ETAgent1.T is a filter which implements the redirection of read, write, and key methods.

INTERFACE ETAgent1;

IMPORT ETAgent;

PROCEDURE ReleaseSelections(v: ETAgent.T); <* LL = VBT.mu *>
Release any selections held by v.

END ETAgent1.