telephonyprotocols/csdagt/script/SCHAT.CPP
branchRCL_3
changeset 66 07a122eea281
parent 65 630d2f34d719
equal deleted inserted replaced
65:630d2f34d719 66:07a122eea281
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   112 		if (cs->IsFolded()
   112 		if (cs->IsFolded()
   113 			? (cs->LastChar()==fchar && MatchF(cs))
   113 			? (cs->LastChar()==fchar && MatchF(cs))
   114 			: (cs->LastChar()==aChar && Match(cs)) )
   114 			: (cs->LastChar()==aChar && Match(cs)) )
   115 			{
   115 			{
   116 			iNotify->ChatStringMatch(index);
   116 			iNotify->ChatStringMatch(index);
       
   117 			cs=iter;	// In case user removed cs;
   117 			}
   118 			}
   118 		index++;
   119 		index++;
   119 		}
   120 		}
   120 	}
   121 	}
   121 
   122