We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c2387 commit 58cdaebCopy full SHA for 58cdaeb
src/app/clusters/thread-border-router-management-server/thread-br-delegate.h
@@ -78,7 +78,9 @@ class Delegate
78
virtual CHIP_ERROR CommitActiveDataset() = 0;
79
80
// The Delegate implementation should restore the backup active dataset in this function.
81
- // Once RevertActiveDataset is called the ActivateDatasetCallback of previous SetActiveDataset should never be called.
+ // If RevertActiveDataset is called before the ActivateDatasetCallback that would result from a
82
+ // previous SetActiveDataset, the delegate must ensure that the ActivateDatasetCallback
83
+ // for that previous SetActiveDataset call will not happen.
84
virtual CHIP_ERROR RevertActiveDataset() = 0;
85
86
virtual CHIP_ERROR SetPendingDataset(const Thread::OperationalDataset & pendingDataset) = 0;
0 commit comments