diff options
Diffstat (limited to 'include/m_db_int.h')
-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 a38c07f140..07dbc871fe 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -84,6 +84,7 @@ interface MIDatabase {
MIDatabaseCache* m_cache;
+ STDMETHOD_(BOOL, IsRelational)(void) PURE;
STDMETHOD_(void, SetCacheSafetyMode)(BOOL) PURE;
STDMETHOD_(LONG, GetContactCount)(void) PURE;
|