messagingapp/msgnotifications/msgnotifier/src/msgnotifier_p.cpp
changeset 76 60a8a215b0ec
parent 73 ecf6a73a9186
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   358     // TODO: use XQAiwRequest
   358     // TODO: use XQAiwRequest
   359     XQServiceRequest snd("messaging.com.nokia.symbian.MsgErrorNotifier",
   359     XQServiceRequest snd("messaging.com.nokia.symbian.MsgErrorNotifier",
   360             "displayErrorNote(QVariantList)", false);
   360             "displayErrorNote(QVariantList)", false);
   361 
   361 
   362     snd << args;
   362     snd << args;
   363     snd.send();
   363     if (!snd.send()) 
       
   364     {
       
   365         int lastErr = snd.latestError();
       
   366         QDEBUG_WRITE_FORMAT("MsgNotifierPrivate displayFailedNote failed", lastErr);
       
   367     }
   364     
   368     
   365     QDEBUG_WRITE("MsgNotifierPrivate::displayFailedNote end.")
   369     QDEBUG_WRITE("MsgNotifierPrivate::displayFailedNote end.")
   366     }
   370     }
   367 
   371 
   368 // ----------------------------------------------------------------------------
   372 // ----------------------------------------------------------------------------