messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp
changeset 44 36f374c67aa8
parent 23 238255e8b033
child 67 fc91263aee62
--- a/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp	Tue Jul 06 14:12:40 2010 +0300
@@ -126,7 +126,11 @@
         case EModifyConversationListEvent:
             iRequestHandler->HandleModifyConversationList(iNotificationBuffer);
             break;
-
+            
+        case EPartialDeleteConversationListEvent:
+            iRequestHandler->HandlePartialDeleteConversationList(iNotificationBuffer);
+            break;
+            
         case EAddConversationEvent:
             iRequestHandler->HandleAddConversation(iNotificationBuffer);
             break;