qtmobility/plugins/contacts/symbiansim/src/cntsimstoreeventlistener.cpp
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    86 
    86 
    87 void CntSimStoreEventListener::RunL()
    87 void CntSimStoreEventListener::RunL()
    88 {
    88 {
    89     if (iStatus.Int()) {
    89     if (iStatus.Int()) {
    90         qWarning() << "Failed to listen store events!" << iStatus.Int();
    90         qWarning() << "Failed to listen store events!" << iStatus.Int();
       
    91         start(); // We cannot do anything about the error. Just try again.
    91         return;
    92         return;
    92     }
    93     }
    93     
    94     
    94     // The store may report several events at the same time.
    95     // The store may report several events at the same time.
    95     
    96