diff -r f27aebe284bb -r c5af8598d22c logsui/logsengine/inc/logscontact.h --- a/logsui/logsengine/inc/logscontact.h Wed Aug 18 09:49:12 2010 +0300 +++ b/logsui/logsengine/inc/logscontact.h Thu Sep 02 20:27:05 2010 +0300 @@ -22,7 +22,7 @@ #include //forward declarations -class XQServiceRequest; +class XQAiwRequest; class LogsDbConnector; class LogsEvent; @@ -104,7 +104,7 @@ private slots: void handleRequestCompleted(const QVariant& result); - + void handleError(int,const QString&); private: @@ -120,11 +120,11 @@ */ bool isContactInPhonebook(); - bool save(QString message); + bool save(const QString& operation); - bool requestFetchService(QString message, - const QList &arguments, - bool sync = false ); + bool requestPhonebookService(const QString& interface, + const QString& operation, + const QList& arguments); private: //data @@ -132,7 +132,7 @@ LogsDbConnector& mDbConnector; QContact mContact; - XQServiceRequest* mService; + XQAiwRequest* mAiwRequest; RequestType mCurrentRequest; QString mNumber; unsigned int mContactId;