-- LoganBerry.df -- Copyright (C) 1985 by Xerox Corporation. All rights reserved. -- Doug Terry, January 8, 1987 5:12:05 pm PST -- Swinehart, May 16, 1986 3:07:00 pm PDT Exports [Cedar]Top> -- Directory [Indigo]DBT>Top> LoganBerry.df 08-Jan-87 17:23:05 PST Exports [Cedar]Documentation> -- Directory [Indigo]LoganBerry> LoganBerryDoc.tioga!3 01-Jul-86 21:19:38 PDT Exports [Cedar]LoganBerry> LoganBerry.bcd!1 06-Mar-86 11:57:09 PST LoganBerryStructure.bcd!1 06-Mar-86 11:57:15 PST LoganBerryBackdoor.bcd!1 08-Jan-87 17:15:08 PST LoganBerry.load!1 29-Nov-85 14:33:44 PST +LoganBerryImpl.bcd!3 08-Jan-87 17:17:40 PST +GeneralFSImpl.bcd!1 26-Nov-85 17:46:44 PST -- stuff for exporting/importing remote LoganBerry services -- new clients should use LoganBerryStub in LoganBerryTools.df instead +LoganBerryExportImpl.bcd!1 16-May-86 15:06:21 PDT +LoganBerryRpcClientImpl.bcd!1 06-Mar-86 14:36:13 PST LoganBerryRpcControl.bcd!1 06-Mar-86 14:35:49 PST LoganBerryRpcControl.mesa!1 06-Mar-86 14:35:03 PST +LoganBerryRpcServerImpl.bcd!1 06-Mar-86 14:41:40 PST Directory [Cedar]LoganBerry> -- the basic data management facilities LoganBerry.mesa!1 06-Mar-86 11:11:43 PST LoganBerryStructure.mesa!1 26-Feb-86 20:20:02 PST LoganBerryImpl.mesa!3 08-Jan-87 17:17:20 PST LB.mesa!1 06-Mar-86 12:03:01 PST LB.bcd!1 06-Mar-86 12:03:07 PST LoganBerryBackdoor.mesa!1 08-Jan-87 17:15:01 PST -- a test program and test database TestLoganBerry.load!1 28-Feb-86 16:07:49 PST LoganBerryTestPkg.config!1 28-Feb-86 16:05:52 PST +LoganBerryTestPkg.bcd!4 08-Jan-87 17:19:42 PST LoganBerryTest.mesa!3 19-Oct-86 23:10:20 PDT LoganBerryTest.bcd!3 19-Oct-86 23:10:33 PDT TestDB.schema!1 27-Feb-86 21:25:12 PST TestDB.log!3 19-Oct-86 23:33:50 PDT -- stuff for exporting/importing remote LoganBerry services (uses single import) LoganBerryExportImpl.mesa!1 16-May-86 15:06:13 PDT LoganBerry.LupineSwitches!1 31-Jan-86 17:56:35 PST LoganBerryRpcClientImpl.mesa!1 06-Mar-86 14:35:05 PST LoganBerryRpcClientImpl.bcd.switches!1 31-Jan-86 17:55:27 PST LoganBerryRpcServerImpl.mesa!1 06-Mar-86 14:35:11 PST LoganBerryRpcServerImpl.bcd.switches!1 31-Jan-86 17:57:05 PST -- The following miscellaneous routines may be of general usefulness, so perhaps they should reside elsewhere. -- opens local, alpine, or stable storage files GeneralFS.mesa!1 18-Nov-85 15:37:11 PST GeneralFS.bcd!1 26-Nov-85 17:26:12 PST GeneralFSImpl.mesa!1 26-Nov-85 17:46:38 PST -- converts integer numbers to their English equivalents (used for test database) PrintEnglish.mesa!1 08-Jul-85 14:02:41 PDT PrintEnglish.bcd!1 08-Jul-85 14:06:55 PDT PrintEnglishImpl.mesa!1 04-Mar-86 14:52:29 PST +PrintEnglishImpl.bcd!1 04-Mar-86 14:52:38 PST Imports [Cedar]Top>BasicPackages.df Of ~= Using [Random.bcd, SymTab.bcd] Exports Imports [Cedar]Top>BTreeSimple.df Of ~= Using [+BtreeSimpleImpl.bcd] Exports Imports [Cedar]Top>CardTable.df Of ~= Using [+CardTableImpl.bcd, +RefIDImpl.bcd] Imports [Cedar]Top>AlpineUser.df Of ~= Using [AlpineFS.bcd] Imports [Cedar]Top>BasicPackages.df Of ~= Using [Commander.bcd, RefTab.bcd] Imports [Cedar]Top>BasicTime.df Of ~= Using [BasicTime.bcd] Imports [Cedar]Top>BTree.df Of ~= Using [BTree.bcd] Imports [Cedar]Top>BTreeSimple.df Of ~= Using [BTreeSimple.bcd] Imports [Cedar]Top>CardTable.df Of ~= Using [RefID.bcd] Imports [Cedar]Top>CommandTool.df Of ~= Using [CommandTool.bcd] Imports [Cedar]Top>DFPackage.df Of ~= Using [DFUtilities.bcd] Imports [Cedar]Top>FS.df Of ~= Using [FS.bcd] Imports [Cedar]Top>IO.df Of ~= Using [Convert.bcd, IO.bcd] Imports [Cedar]Top>MesaRuntime.df Of ~= Using [Basics.bcd, PrincOpsUtils.bcd] Imports [Cedar]Top>Rope.df Of ~= Using [Ascii.bcd, RefText.bcd, Rope.bcd] Imports [Cedar]Top>RPCRuntime.df Of ~= Using [LupineRuntime.bcd, RPC.bcd, RPCLupine.bcd] Imports [Cedar]Top>SafeStorage.df Of ~= Using [Atom.bcd] Imports [Cedar]Top>UserProfile.df Of ~= Using [UserProfile.bcd] Imports [Cedar]Top>VM.df Of ~= Using [VM.bcd] Imports [Cedar]Top>VoiceUtils.df Of ~= Using [VoiceUtils.bcd]