diff -r c18f9fa7f42e -r 640d30f4fb64 phonebookui/phonebookservices/inc/cntservices.h --- a/phonebookui/phonebookservices/inc/cntservices.h Fri Oct 08 11:42:51 2010 +0300 +++ b/phonebookui/phonebookservices/inc/cntservices.h Fri Oct 15 12:24:46 2010 +0300 @@ -169,14 +169,6 @@ void fillOnlineAccount( QContactOnlineAccount& account, const QString& value, const QString& subType, bool defaultForOnlineAccountIsImpp); QContactManager* contactManager(); - /** - * Checks if we already have the given contact global uid in database. If so, - * updates the local id and managerUri accordingly. - * - * If given contact has already a local id, method does nothing. - */ - void updateLocalId( QContact& aContact ); - private: // from CntAbstractServiceProvider void CompleteServiceAndCloseApp(const QVariant& retValue); void overrideReturnValue(const QVariant& retValue); @@ -186,6 +178,7 @@ CntAbstractEngine* mEngine; QStringList m_definitionNames; CntAbstractServiceProvider* mCurrentProvider; // not owned + friend class UT_CntServices; }; #endif /* CNTSERVICES_H */