telephonyprotocols/csdagt/script/SCHAT.CPP
changeset 68 d0d9cc530d21
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
62:8ef833fbf5aa 68:d0d9cc530d21
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 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;
       
   118 			}
   117 			}
   119 		index++;
   118 		index++;
   120 		}
   119 		}
   121 	}
   120 	}
   122 
   121