<> <> <> <> <> DIRECTORY AlpineEnvironment USING[FileStore], AlpInstance USING[Handle], RPC USING[VersionRange]; AlpPrivate: CEDAR DEFINITIONS = BEGIN RegisterInterfaceCreator: PROCEDURE[proc: InterfaceCreatorProc]; <> <> InterfaceCreatorProc: TYPE = PROCEDURE[fileStore: AlpineEnvironment.FileStore, version: RPC.VersionRange] RETURNS[REF ANY]; NoticeUnboundInstance: PROCEDURE[handle: AlpInstance.Handle]; <> <> <> END. Edit Log Initial: Kolling: February 25, 1983 5:01 pm: private interface for the Alp package.