mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Modified hasPendingWork to return bool
This commit is contained in:
parent
5c6c15942b
commit
1706f759b7
3 changed files with 6 additions and 6 deletions
|
|
@ -226,6 +226,6 @@ public:
|
|||
}
|
||||
#endif
|
||||
|
||||
// To get the current pending work
|
||||
int hasPendingWork() const;
|
||||
// To check if there is pending work
|
||||
bool hasPendingWork() const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue