mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
Update whitelist and blacklist stubs to add SeEnabled(bool) (#1429)
This commit is contained in:
committed by
Jonathan Hui
parent
04caca7cc8
commit
1263c82463
@@ -50,12 +50,10 @@ public:
|
||||
|
||||
Blacklist(void) { }
|
||||
|
||||
void Enable(void) { }
|
||||
|
||||
void Disable(void) { }
|
||||
|
||||
bool IsEnabled(void) const { return false; }
|
||||
|
||||
void SetEnabled(bool) { }
|
||||
|
||||
int GetMaxEntries(void) const { return 0; }
|
||||
|
||||
ThreadError GetEntry(uint8_t, Entry &) const { return kThreadError_NotImplemented; }
|
||||
|
||||
@@ -50,12 +50,10 @@ public:
|
||||
|
||||
Whitelist(void) { }
|
||||
|
||||
void Enable(void) { }
|
||||
|
||||
void Disable(void) { }
|
||||
|
||||
bool IsEnabled(void) const { return false; }
|
||||
|
||||
void SetEnabled(bool) { }
|
||||
|
||||
int GetMaxEntries(void) const { return 0; }
|
||||
|
||||
ThreadError GetEntry(uint8_t, Entry &) const { return kThreadError_NotImplemented; }
|
||||
|
||||
Reference in New Issue
Block a user