messagingapp/msgappfw/server/src/ccsconversationmarkreadhandler.cpp
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   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 }