NamesGVImpExp.Mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Last modified by Swinehart, July 19, 1985 3:00:26 pm PDT
NamesGVImpExp:
CEDAR DEFINITIONS = {
ROPE: TYPE = Names.ROPE;
GVImport:
PROC [instance:
ROPE←
NIL]
RETURNS [success:
BOOL];
Import RPC instance of NamesGV implementation. If instance is defaulted, use ThrushClientServerInstance from user profile, else system default.
Will unimport first and do it anyway if necessary.
UnGVImport:
PROC;
Unimport, usually so that next import will succeed.
GVExport:
PROC [instance:
ROPE←
NIL]
RETURNS [success:
BOOL];
Export RPC instance of NamesGV implementation. If instance is defaulted, use ThrushServerInstance from user profile, else system default.
}.