qtcontactsmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    87     void updateGroupMembershipsL();
    87     void updateGroupMembershipsL();
    88     void updateGroupMembershipsL(QContactLocalId groupId, QSet<QContactLocalId> &added, QSet<QContactLocalId> &removed);
    88     void updateGroupMembershipsL(QContactLocalId groupId, QSet<QContactLocalId> &added, QSet<QContactLocalId> &removed);
    89     QSet<QContactLocalId> groupMembersL(QContactLocalId groupId);
    89     QSet<QContactLocalId> groupMembersL(QContactLocalId groupId);
    90 
    90 
    91 private:
    91 private:
    92     CContactDatabase* m_contactDatabase;
       
    93 #ifndef SYMBIAN_BACKEND_USE_SQLITE
    92 #ifndef SYMBIAN_BACKEND_USE_SQLITE
    94     CContactChangeNotifier* m_contactChangeNotifier;
    93     CContactChangeNotifier* m_contactChangeNotifier;
    95 #endif
    94 #endif
    96     QContactManagerEngine *m_engine;
    95     QContactManagerEngine *m_engine;
       
    96     CContactDatabase* m_contactDatabase;
    97     QList<QContactLocalId> m_contactsEmitted;
    97     QList<QContactLocalId> m_contactsEmitted;
    98     QContactLocalId m_currentOwnCardId;
    98     QContactLocalId m_currentOwnCardId;
    99     QMap<QContactLocalId, QSet<QContactLocalId> > m_groupContents;
    99     QMap<QContactLocalId, QSet<QContactLocalId> > m_groupContents;
   100 #ifdef CNTSYMBIANDATABASE_UNIT_TEST
   100 #ifdef CNTSYMBIANDATABASE_UNIT_TEST
   101     friend class TestCntSymbianDatabase;
   101     friend class TestCntSymbianDatabase;