Delete support in harnessed mode.
This commit is contained in:
parent
1ce0dcf0ea
commit
174ba8884e
4 changed files with 53 additions and 20 deletions
|
@ -96,6 +96,7 @@ public:
|
|||
// Called on update via POST or by JSONDB on external update of network or network member records
|
||||
void onNetworkUpdate(const uint64_t networkId);
|
||||
void onNetworkMemberUpdate(const uint64_t networkId,const uint64_t memberId);
|
||||
void onNetworkMemberDeauthorize(const uint64_t networkId,const uint64_t memberId);
|
||||
|
||||
void threadMain()
|
||||
throw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue