--- a/plugins/contacts/symbian/plugin/inc/cntrelationshipgroup.h Fri Sep 17 08:34:34 2010 +0300
+++ b/plugins/contacts/symbian/plugin/inc/cntrelationshipgroup.h Mon Oct 04 01:37:06 2010 +0300
@@ -55,6 +55,10 @@
QList<QContactRelationship> relationshipsL(const QContactId &participantId, QContactRelationship::Role role, QContactManager::Error *error);
bool saveRelationshipL(QSet<QContactLocalId> *affectedContactIds, QContactRelationship *relationship, QContactManager::Error *error);
bool removeRelationshipL(QSet<QContactLocalId> *affectedContactIds, const QContactRelationship &relationship, QContactManager::Error *error);
+#ifdef SYMBIAN_BACKEND_USE_SQLITE
+ bool saveRelationshipsL(QSet<QContactLocalId> *affectedContactIds, QList<QContactRelationship> *relationships, QContactManager::Error *error);
+ bool removeRelationshipsL(QSet<QContactLocalId> *affectedContactIds, const QList<QContactRelationship> &relationships, QContactManager::Error *error);
+#endif
bool validateRelationship(const QContactRelationship &relationship, QContactManager::Error *error);
private: