module: dylan-user synopsis: Module definitions for the remote-access-path library author: Paul Howard, Nosa Omo Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define module remote-access-path use functional-dylan; use dylan-extensions, import: {, , $minimum-unsigned-machine-word, integer-as-raw}; use dylan-primitives; use machine-word-lowlevel; use threads, exclude: {thread-name}; use format; use format-out; use print; use streams, import: {, , force-output, close}; use byte-vector; use table-extensions, import: {}; use c-ffi; use access-path; use access-path-nub; use dylan-orb; use dylan-orb-internals; use remote-nub-client; end module;