From cbe4e96467fe7ef3c3e7147526f55d1de9564f2b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Jan 2021 20:50:42 +0300 Subject: database options dialog also went into the core --- include/m_db_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_db_int.h b/include/m_db_int.h index 0293111bb1..ac414315b0 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -242,6 +242,7 @@ public: STDMETHOD_(BOOL, ReadCryptoKey)(MBinBuffer&) PURE; STDMETHOD_(BOOL, StoreCryptoKey)() PURE; + STDMETHOD_(BOOL, EnableEncryption)(BOOL) PURE; STDMETHOD_(BOOL, ReadEncryption)() PURE; }; @@ -265,6 +266,7 @@ public: STDMETHODIMP_(BOOL) StoreProvider(CRYPTO_PROVIDER*) override; STDMETHODIMP_(BOOL) ReadCryptoKey(MBinBuffer&) override; STDMETHODIMP_(BOOL) StoreCryptoKey() override; + STDMETHODIMP_(BOOL) EnableEncryption(BOOL) override; STDMETHODIMP_(BOOL) ReadEncryption() override; //////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3