FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ConflictType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoConflictType {
  FdoConflictType_LockConflict,
  FdoConflictType_VersionConflict,
  FdoConflictType_Unsupported
}
 The FdoConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader. More...

Enumeration Type Documentation

enum FdoConflictType
 

The FdoConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader.

Enumeration values:
FdoConflictType_LockConflict  Identifies a reported conflict in the lock conflict reader as a lock conflict. A conflict represents a lock conflict if an object the user requests to be locked is already locked by a different user.
FdoConflictType_VersionConflict  Identifies a reported conflict in the lock conflict reader as a version conflict. A conflict represents a version conflict if an object the user requests to be locked has already been versioned.
FdoConflictType_Unsupported  Indicates that an unsupported or unknown conflict type has been encountered.

Definition at line 31 of file ConflictType.h.


Comments or suggestions? Send us feedback.