ExportExplicitly:
PUBLIC
PROC[interfaceType: Rope.
ROPE, instance: Rope.
ROPE, versionRange:
RPC.VersionRange, stubRange:
RPC.VersionRange, dispatcher: RPCLupine.Dispatcher] =
TRUSTED {
explicitInstance: Rope.
ROPE ← NamesGV.GVGetAttribute[
rName: instance, attribute: $connect, default: NIL];
IF explicitInstance=
NIL
THEN {
[]←Log.Problem["Trouble in ExportExplicitly",$System]; RETURN; };
[]←RPCBinding.AddToExportTable[[interfaceType, explicitInstance, versionRange], dispatcher, stubRange];
};