photosgallery/collectionframework/plugins/glxcollectionpluginmonths/src/glxcollectionpluginmonths.cpp
branchRCL_3
changeset 30 a60acebbbd9d
parent 18 bcb43dc84c44
child 35 420f6808bf21
--- a/photosgallery/collectionframework/plugins/glxcollectionpluginmonths/src/glxcollectionpluginmonths.cpp	Tue Apr 27 16:37:53 2010 +0300
+++ b/photosgallery/collectionframework/plugins/glxcollectionpluginmonths/src/glxcollectionpluginmonths.cpp	Tue May 11 16:13:40 2010 +0300
@@ -55,8 +55,11 @@
 const TInt KDateBufferPaddingMin = 10;
 const TInt KDateBufferPaddingMax = 20;
 const TInt KDateFormat1 = 1;
+
+#ifdef SHOW_MONTHS_START_END_SUB_TITLE 
 const TInt KDateFormat2 = 2;
 const TInt KDateFormat3 = 3;
+#endif
 
 _LIT(KResourceFile, "z:glxpluginmonths.rsc");
 
@@ -120,8 +123,10 @@
 		// need to add the usage count. but check first if it is already present
 		TInt attrCount = aAttributeArray.Count();
 		TBool found = EFalse;
+#if defined(GLX_SUB_TITLE_REL8) || defined(SHOW_MONTHS_START_END_SUB_TITLE)		
 		TBool startfound = EFalse;
 		TBool endfound = EFalse;
+#endif
 		
 #ifdef GLX_SUB_TITLE_REL8		
 
@@ -177,6 +182,7 @@
 	            {
 	            found = ETrue;
 	            }
+#ifdef SHOW_MONTHS_START_END_SUB_TITLE			
 	        else if ( aAttributeArray[index] == KGlxMediaCollectionInternalStartDate )
 	            {
 	            startfound = ETrue;
@@ -185,12 +191,14 @@
 	        	{
 	        	endfound = ETrue;
 	        	}
+#endif // #ifdef SHOW_MONTHS_START_END_SUB_TITLE				
 	        }
 	        
 	    if (!found)
 	        {
 	        aAttributeArray.Append(KGlxMediaCollectionInternalUsageCount);
 	        }
+#ifdef SHOW_MONTHS_START_END_SUB_TITLE				
 	    if (!startfound)
 	        {
 	        aAttributeArray.Append(KGlxMediaCollectionInternalStartDate);
@@ -199,7 +207,8 @@
 	    	{
 	    	aAttributeArray.Append(KGlxMediaCollectionInternalEndDate);
 	        }
-#endif	        
+#endif // #ifdef SHOW_MONTHS_START_END_SUB_TITLE
+#endif // #ifdef GLX_SUB_TITLE_REL8
 	    // end date will be returned when start date is requested.			
 		}
 	}
@@ -284,11 +293,10 @@
 	    if (attr == KGlxMediaCollectionPluginSpecificSubTitle)
 			{
 			GLX_LOG_INFO("Attribute : SubTitle");
-			
+#if defined(GLX_SUB_TITLE_REL8) || defined(SHOW_MONTHS_START_END_SUB_TITLE)				
 			if (TGlxMediaId(KGlxCollectionRootId) == aMediaId)
 				{
 				GLX_LOG_INFO("Attribute : SubTitle-RootId");
-				
 #ifdef GLX_SUB_TITLE_REL8
 					            
 				//The usage Count is required for the subtitle in the main list view	                
@@ -410,8 +418,8 @@
 #endif				                 
 				}
 			else
+#endif // #if defined(GLX_SUB_TITLE_REL8) || defined(SHOW_MONTHS_START_END_SUB_TITLE)			    
 				{
-				
 #ifdef GLX_SUB_TITLE_REL8				
 
 				HBufC* tempTitle = NULL;