|
CFx SDK Documentation 2026 SP0
|
#include <TfRevisionControl.h>
Public Member Functions | |
| OdTfFixedMergeHandler () | |
| OdTfRevisionControl::MergeResolution | operator() (const OdDbHandle &h, OdTfRevisionControl::ChangeType myChange, OdTfRevisionControl::ChangeType theirChange, OdTfRevisionControl::MergeResolution autoResolution) override |
Public Member Functions inherited from OdTfMergeHandler | |
| virtual | ~OdTfMergeHandler () |
OdTfMergeConflictHandler implementation returning a fixed conflict resolution.
Should not be used in combination with OdTfRevisionControl::kMergePostpone for it will not collect the conflicts for later resolving. See OdTfPostponeMergeConflictHandler for that.
| conflictResolution | The fixed conflict resolution. |
Definition at line 338 of file TfRevisionControl.h.
|
inline |
Default constructor for instances of the OdTfFixedMergeHandler structure.
Definition at line 343 of file TfRevisionControl.h.
|
inlineoverridevirtual |
Implements OdTfMergeHandler.
Definition at line 345 of file TfRevisionControl.h.