NSCopy.config
Copyright (C) 1985, 1986
by Xerox Corporation. All rights reserved.
Bill Jackson August 29, 1985 8:54:08 pm PDT
Dave Rumph, February 3, 1986 5:18:10 pm PST
NSCopy:
CONFIGURATION
IMPORTS
Atom, Commander, CommandTool, File, FileNames,
FS, FSPseudoServers,
IO, LupineRuntime, Process, Rope,
RPC, RPCLupine, ThisMachine, UserCredentials, UserProfile,
VM
EXPORTS
ALL
CONTROL
NSFilerRpcClientImpl, NSCopyImpl =
BEGIN
NSFilerRpcClientImpl;
-- The RPC Client STUB.
NSCopyImpl;
-- The guy emulating FSFileCommandsImpl
.Copy[]
END.