FingerPackage: CONFIGURATION LINKS: CODE
IMPORTS
AIS,
Atom,
BasicTime, Booting,
Commander,
Convert,
FS, IO, List, Rope,
DB,
FingerSimpleOps,
Imager,
LupineRuntime,
ViewerTools,
ViewerOps,
Icons,
VFonts,
ImagerColor,
Buttons,
MessageWindow,
ImagerTransformation,
ImagerPixelArray,
ImagerBackdoor,
ViewerEvents,
Containers,
Process,
ThisMachine,
RefTab,
RefText,
RPCLupine,
TextFind,
UserCredentials,
UserProfile,
WalnutRegistry,
MBQueue,
SymTab
EXPORTS FingerOps, RemoteFingerOpsRpcControl
May dynamically export RemoteFingerOps as an RPC interface, but should not export it from this configuration.
CONTROL FingerOpsImpl, UpdateMachineMap, FingerCmd, FingerTool =
BEGIN
FingerOpsImpl;
PupNetImpl;
UpdateMachineMap;
FingerCmd;
FingerTool;
RemoteFingerOpsRpcServerImpl;
END.