messagingapp/msgappfw/server/src/ccsconversationmarkreadhandler.cpp
changeset 44 36f374c67aa8
parent 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
   175             delete this;
   175             delete this;
   176             break;
   176             break;
   177     }
   177     }
   178 }
   178 }
   179 
   179 
   180 TInt CCsConversationMarkReadHandler::RunError(TInt aError)
   180 TInt CCsConversationMarkReadHandler::RunError(TInt /*aError*/)
   181 {
   181 {
   182     // RunL left so stop processing the AO and clean it.
   182     // RunL left so stop processing the AO and clean it.
   183     delete this;                     
   183     delete this;                     
   184     return KErrNone;
   184     return KErrNone;
   185 }
   185 }