LoganBerryExportImpl.Mesa
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Last modified by Swinehart, January 31, 1986 7:17:49 pm PST
DIRECTORY
Commander USING [ CommandProc, Register ],
CommandTool USING [ NextArgument ],
ExplicitExport USING [ ExportExplicitly ],
LoganBerryRpcControl USING [ ExportInterface ],
LoganBerryRpcServerImpl USING [ ServerDispatcher ],
IO,
Names USING [ CurrentRName, CurrentPasskey ],
Log USING [ Problem, ReportFR ],
RPC USING [ ExportFailed, matchAllVersions, ShortROPE ],
UserProfile USING [ Token ]
;
LoganBerryExportImpl:
CEDAR
PROGRAM
IMPORTS Commander, CommandTool, IO, Names, Log, RPC, LoganBerryRpcControl, UserProfile
ExplicitExport, NamesGVRpcServerImpl
SHARES LoganBerryRpcServerImpl
Initialization
Commander.Register["ExportLoganBerry", CmdLBExport, "ExportLoganBerry [Instance]\nSupply a remote LoganBerry."];
}.