imservices/instantmessagingcache/imcacheserver/src/cimcachesession.cpp
changeset 2 89455bbf90d8
parent 0 e6b17d312c8b
child 16 cfe5eb8bb9ca
equal deleted inserted replaced
1:b610b446cb01 2:89455bbf90d8
   595 			iObserverActive = EFalse;	
   595 			iObserverActive = EFalse;	
   596 			}
   596 			}
   597 		}
   597 		}
   598 	else if( iObserverActive && iAccessorInitialized  )
   598 	else if( iObserverActive && iAccessorInitialized  )
   599 		{
   599 		{
       
   600         ExternalizeSingleChatItemL(aChangeType, aMsgHeader );
   600 		iObserverMessage.Complete( EIMOperationUnreadChange );
   601 		iObserverMessage.Complete( EIMOperationUnreadChange );
   601 		iObserverActive = EFalse;		
   602 		iObserverActive = EFalse;		
   602 		}
   603 		}
   603 		
   604 		
   604 	TRACE( T_LIT( "CIMCacheSession::SendChatListChangeNotificationL() end") );
   605 	TRACE( T_LIT( "CIMCacheSession::SendChatListChangeNotificationL() end") );