locationtriggering/ltserver/ltserverlogic/src/lbtlistaooperation.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 13 19bff11d6c18
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   157 		    for( TInt i=0;i<iTriggerArray.Count();i++ )
   157 		    for( TInt i=0;i<iTriggerArray.Count();i++ )
   158 		        {
   158 		        {
   159 		        // This array of trigger ids is passed to container to set the 
   159 		        // This array of trigger ids is passed to container to set the 
   160 				// fired state to false.	
   160 				// fired state to false.	
   161 				triggerId = iTriggerArray[i]->TriggerEntry()->Id();
   161 				triggerId = iTriggerArray[i]->TriggerEntry()->Id();
   162 			    triggerIdArray.Append( triggerId );	
   162 			    triggerIdArray.AppendL( triggerId );	
   163 		        }
   163 		        }
   164 		        
   164 		        
   165 	        // This active object was dequed from active scheduler once container completes 
   165 	        // This active object was dequed from active scheduler once container completes 
   166 			// the list triggers.To use this again,it is necessary to add this to the 
   166 			// the list triggers.To use this again,it is necessary to add this to the 
   167 			// active scheduler.
   167 			// active scheduler.