-- DAToolsExample.df -- Copyright Ó 1987 by Xerox Corporation. All rights reserved. -- This is a simple CEDAR program that uses some of the important DATools interfaces. -- Bland.pa, May 14, 1987 9:30:55 am PDT Exports [DATools]Top> DAToolsExample.df 04-Aug-87 15:50:01 PDT Exports [DATools]DAToolsExample> DAToolsExampleDoc.tioga!1 14-May-87 10:01:49 PDT DAToolsExample.mesa!1 13-May-87 15:58:25 PDT DAToolsExampleImpl.mesa!1 14-May-87 10:52:18 PDT +DAToolsExample.bcd!1 13-May-87 15:58:32 PDT +DAToolsExampleImpl.bcd!7 04-Aug-87 15:49:56 PDT DAToolsExample.install!1 14-May-87 09:50:14 PDT -- All the interfaces that the DAToolsExample program uses must be imported. -- Imports [DATools]Top>CDCommon25.df Of ~= Using [CD.bcd, CDCells.bcd, CDCommandOps.bcd, CDOps.bcd, CDSequencer.bcd, CDIO.bcd] Imports [DATools]Top>Core.df Of ~= Using [Core.bcd, CoreOps.bcd] Imports [DATools]Top>Extract.df Of ~= Using [Sisyph.bcd, Sinix.bcd, SinixOps.bcd] Imports [Cedar]Top>TerminalIO.df Of ~= Using [TerminalIO.bcd] Imports [Cedar]Top>IO.df Of ~= Using [IO.bcd] Imports [Cedar]Top>FS.df Of ~= Using [FS.bcd] Imports [Cedar]Top>Rope.df Of ~= Using [Rope.bcd]