Synopsis
int OMupd_name_refs(
OMobj_id object_id);
Description
OMupd_name_refsshould be used after you have moved an object in the object hierarchy (with OMdel_subobj, OMinsert_subobj) or changed an object's name. You need only call this routine if the may have connections to it that need to be updated by this change.
This routine updates the values of any name-link objects that are connected to this object so that they will use the new pathname in the future.
Arguments
object_id
The object whose name has been changed or has been moved in the object hierarchy.
Returned value
A status code. See Return Status .
See also