mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
BEGIN_PUBLIC
Microsoft has updated the winrt library END_PUBLC PiperOrigin-RevId: 387168248
This commit is contained in:
@@ -28,9 +28,7 @@ CancellationFlag::CancellationFlag(bool cancelled) {
|
||||
cancelled_ = cancelled;
|
||||
}
|
||||
|
||||
CancellationFlag::~CancellationFlag() {
|
||||
listeners_.clear();
|
||||
}
|
||||
CancellationFlag::~CancellationFlag() { listeners_.clear(); }
|
||||
|
||||
void CancellationFlag::Cancel() {
|
||||
// Return immediately as no-op if feature flag is not enabled.
|
||||
|
||||
Reference in New Issue
Block a user