Implement MxOmni::DoesEntityExist and related (#225)

* Implement MxOmni::DoesEntityExist and related

* Rename function for consistency
This commit is contained in:
Christian Semmler
2023-10-21 17:23:55 -04:00
committed by GitHub
parent 6931a817a6
commit 5dfb132025
5 changed files with 27 additions and 11 deletions

View File

@@ -50,6 +50,8 @@ public:
void Unregister(MxCore *p_listener);
MxResult Send(MxCore *p_listener, MxNotificationParam *p_param);
inline MxNotificationPtrList *GetQueue() { return m_queue; }
private:
void FlushPending(MxCore *p_listener);
};