diff options
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 74a1cfc955..2516208764 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -161,6 +161,7 @@ interface MIR_APP_EXPORT MIDatabase STDMETHOD_(DATABASELINK*, GetDriver)(void) PURE; STDMETHOD_(MEVENT, GetEventById)(LPCSTR szModule, LPCSTR szId) PURE; + STDMETHOD_(int, UpdateEventId)(MEVENT hDbEvent, const char *szId) PURE; STDMETHOD_(DB::EventCursor*, EventCursor)(MCONTACT hContact, MEVENT hDbEvent) PURE; STDMETHOD_(DB::EventCursor*, EventCursorRev)(MCONTACT hContact, MEVENT hDbEvent) PURE; @@ -302,6 +303,7 @@ public: //////////////////////////////////////////////////////////////////////////////////////// STDMETHODIMP_(MEVENT) GetEventById(LPCSTR szModule, LPCSTR szId) override; + STDMETHODIMP_(int) UpdateEventId(MEVENT hDbEvent, const char *szId) override; }; ///////////////////////////////////////////////////////////////////////////////////////// |