diff options
| author | George Hazan <ghazan@miranda.im> | 2021-01-08 13:16:14 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-01-08 13:16:14 +0300 |
| commit | dae0d079ad629d499034ff911e0b1a807c19fce0 (patch) | |
| tree | c5bef52093ec010d2b223513da02da7ce8ed6bec /include | |
| parent | e06357e08f44b4537514ba1d97562e5e005ac8b4 (diff) | |
duplicate code and variables removed
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_db_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index a393b23bbe..600d478c14 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -195,6 +195,7 @@ public: MDatabaseCommon();
virtual ~MDatabaseCommon();
+ __forceinline bool isEncrypted() const { return m_bEncrypted; }
__forceinline MICryptoEngine* getCrypt() const { return m_crypto; }
__forceinline MIDatabaseCache* getCache() const { return m_cache; }
|
