photosgallery/slideshow/engine/coresrc/shwthumbnailloader.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 15 191387a8b767
--- a/photosgallery/slideshow/engine/coresrc/shwthumbnailloader.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/slideshow/engine/coresrc/shwthumbnailloader.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -520,7 +520,7 @@
 	CShwThumbnailContext* context = FindContext( aItemIndex );
 	if( context )
 		{
-		// was there an error?
+		// Check if there was an error
 		TInt requestCount = context->RequestCountL( &iMedialist );
 		if ( requestCount == KErrNone )
 			{
@@ -641,7 +641,7 @@
 	// browse through all indexes ( count-1 -> 0 )
 	while ( index-- > 0 )
 		{
-		// does the index belong to the array?
+		// Check if the index belongs to the array
 		CShwThumbnailContext* context = iHighQualityContexts[ index ];
 		if ( context->Index() == aIndex )
 			{
@@ -735,7 +735,7 @@
     {
     TRACER("CShwThumbnailLoader::CShwThumbnailLoaderImpl::RemoveHighQualityContext");
     GLX_LOG_INFO1( "CShwThumbnailLoaderImpl::RemoveHighQualityContext %d", aIndex );
-	// Is there a context for this index?
+	// check if there is a context for this index
 	TInt arrayIndex = Find( aIndex );
 	if( KErrNotFound != arrayIndex )
 		{