qtmobility/plugins/contacts/symbian/inc/cntrelationshipgroup.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/inc/cntrelationshipgroup.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/inc/cntrelationshipgroup.h	Mon May 03 13:18:40 2010 +0300
@@ -52,10 +52,10 @@
     virtual ~CntRelationshipGroup();
 
 public:
-    QList<QContactRelationship> relationshipsL(const QContactId &participantId, QContactRelationshipFilter::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);
-    bool validateRelationship(const QContactRelationship &relationship, QContactManager::Error &error);
+    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);
+    bool validateRelationship(const QContactRelationship &relationship, QContactManager::Error *error);
     
 private:
     void isGroupMemberL(const CContactItem *contactItem, const TContactItemId groupId) const;