Copyright (c) 2000 California Institute of Technology
All rights reserved. See the file COPYRIGHT for a full description.
$Id: RequestDaemon.i3.html,v 1.3 2010-04-29 17:19:46 wagner Exp $
INTERFACE RequestDaemon;
IMPORT PaneManVBT;
IMPORT PaneManOp;
TYPE
T <: Public;
Public = PaneManOp.T OBJECT METHODS
init(pm: PaneManVBT.T): T;
END;
END RequestDaemon.