ui/src/trestle/ShTrestle.i3


Copyright (C) 1994, Digital Equipment Corp.
<*PRAGMA LL*>

INTERFACE ShTrestle;

IMPORT Filter, VBT;
A ShTrestle.T implements the shared Trestle instance above every VBT, supporting attachment

TYPE T <: Public; Public = Trestle.T OBJECT METHODS init (ch: VBT.T) END;

END ShTrestle.