photosgallery/viewframework/medialists/src/glxcachemanager.cpp
branchRCL_3
changeset 47 f9e827349359
parent 32 78ad99c24f08
child 56 b023a8d2866a
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   339 			
   339 			
   340 			// Keep track of media lists to notify later
   340 			// Keep track of media lists to notify later
   341 			TInt userCount = item->UserCount();
   341 			TInt userCount = item->UserCount();
   342 			for ( TInt userIndex = 0; userIndex < userCount; userIndex++ )
   342 			for ( TInt userIndex = 0; userIndex < userCount; userIndex++ )
   343 				{
   343 				{
   344 				users.InsertInAddressOrder( &item->User( userIndex ) );
   344 				users.InsertInAddressOrderL( &item->User( userIndex ) );
   345 				}
   345 				}
   346         	}		
   346         	}		
   347         // Notify all affected users of error
   347         // Notify all affected users of error
   348         TInt userCount = users.Count();
   348         TInt userCount = users.Count();
   349         for ( TInt i = 0; i < userCount; i++ )
   349         for ( TInt i = 0; i < userCount; i++ )