Previous Next Up Title Contents Index Functions Index Top Library

SET CONFLICT RESOLUTION

PSET_CONF_RES


CALL SEQUENCE

void pset_conf_res(
)

TYPES

typedef enum {
	PRES_MAINTAIN, 
	PRES_ABANDON, 
	PRES_UPD
} Pconf_res;

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

The archival conflict resolution flag and retrieval conflict resolution flag entries are set to archival_res and retrieval_res respectively.

These parameters apply to the functions:

- ARCHIVE STRUCTURES

- ARCHIVE STRUCTURE NETWORKS

- ARCHIVE ALL STRUCTURES

- RETRIEVE STRUCTURES

- RETRIEVE STRUCTURE NETWORKS

- RETRIEVE ALL STRUCTURES

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

open archive file, archive structures, retrieve structures, delete structures from archive, inquire conflict resolution, inquire all conflicting structures, inquire conflicting structures in network


Previous Next Up Title Contents Index Functions Index Top Library