phonebookui/phonebookservices/inc/cntservices.h
changeset 71 7cc7d74059f9
parent 65 ae724a111993
child 75 4ecbe3571b5a
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
   172 private:
   172 private:
   173     void removeNotSupportedFields(QContact& contact);
   173     void removeNotSupportedFields(QContact& contact);
   174     void removeNotSupportedDetails(QContact& contact);
   174     void removeNotSupportedDetails(QContact& contact);
   175     void fillOnlineAccount( QContactOnlineAccount& account, const QString& value, const QString& subType, bool defaultForOnlineAccountIsImpp);
   175     void fillOnlineAccount( QContactOnlineAccount& account, const QString& value, const QString& subType, bool defaultForOnlineAccountIsImpp);
   176     QContactManager* contactManager();
   176     QContactManager* contactManager();
   177 
   177     
       
   178     /**
       
   179      * Checks if we already have the given contact global uid in database. If so,
       
   180      * updates the local id and managerUri accordingly.
       
   181      * 
       
   182      * If given contact has already a local id, method does nothing.
       
   183      */
       
   184     void updateLocalId( QContact& aContact );
       
   185     
   178 private: // from CntAbstractServiceProvider
   186 private: // from CntAbstractServiceProvider
   179     void CompleteServiceAndCloseApp(const QVariant& retValue);
   187     void CompleteServiceAndCloseApp(const QVariant& retValue);
   180     void overrideReturnValue(const QVariant& retValue);
   188     void overrideReturnValue(const QVariant& retValue);
   181     bool allowSubViewsExit();
   189     bool allowSubViewsExit();
   182 private:
   190 private: