CFx SDK Documentation 2024 SP0
|
#include <TfRevisionControl.h>
Public Member Functions | |
OdTfFixedMergeHandler () | |
OdTfRevisionControl::MergeResolution | operator() (const OdDbHandle &h, OdTfRevisionControl::ChangeType myChange, OdTfRevisionControl::ChangeType theirChange, OdTfRevisionControl::MergeResolution autoResolution) override |
virtual OdTfRevisionControl::MergeResolution | operator() (const OdDbHandle &h, OdTfRevisionControl::ChangeType myChange, OdTfRevisionControl::ChangeType theirChange, OdTfRevisionControl::MergeResolution autoResolution)=0 |
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 337 of file TfRevisionControl.h.
|
inline |
Default constructor for instances of the OdTfFixedMergeHandler structure.
Definition at line 342 of file TfRevisionControl.h.
|
inlineoverridevirtual |
Implements OdTfMergeHandler.
Definition at line 344 of file TfRevisionControl.h.