Skip to content

Commit cb101e7

Browse files
committedFeb 20, 2025
Make ProviderAlreadyInList public instead of private
1 parent e8d9196 commit cb101e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/app/clusters/ota-requestor/DefaultOTARequestorStorage.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ class DefaultOTARequestorStorage : public OTARequestorStorage
4848
CHIP_ERROR LoadTargetVersion(uint32_t & targetVersion) override;
4949
CHIP_ERROR ClearTargetVersion() override;
5050

51-
private:
5251
/**
5352
* Check if a provider is in the lists
5453
*/
5554
bool ProviderAlreadyInList(ProviderLocationList & listProviders, ProviderLocationType provider);
55+
56+
private:
5657
CHIP_ERROR Load(const char * key, MutableByteSpan & buffer);
5758
PersistentStorageDelegate * mPersistentStorage = nullptr;
5859
};

0 commit comments

Comments
 (0)