diff options
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; }
|