NamesGVImpExp.Mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Last modified by Swinehart, July 19, 1985 3:00:26 pm PDT
DIRECTORY Names USING [ROPE];
NamesGVImpExp: CEDAR DEFINITIONS = {
ROPE: TYPE = Names.ROPE;
GVImport: PROC [instance: ROPENIL] 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: ROPENIL] RETURNS [success: BOOL];
Export RPC instance of NamesGV implementation. If instance is defaulted, use ThrushServerInstance from user profile, else system default.
}.