(* Copyright 1992 Digital Equipment Corporation. *) (* Distributed only by permission. *) (* Last modified on Wed Jul 29 19:27:37 PDT 1992 by johnh*) (* modified on Tue Jun 9 00:43:17 1992 by mhb *) (********************************************************************* |* NOTE: This file is generated automatically from the event |* definition file #(_ALGNAME_).evt. *********************************************************************) INTERFACE #(_ALGNAME_)TranscriptView; IMPORT #(_ALGNAME_)ViewClass; <* PRAGMA LL *> TYPE T <: Public; Public = #(_ALGNAME_)ViewClass.T OBJECT METHODS <* LL = VBT.mu *> init(): T; END; END #(_ALGNAME_)TranscriptView.