photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp
branchRCL_3
changeset 18 78ad99c24f08
parent 14 2dac0fdba72b
child 21 f9e827349359
--- a/photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp	Tue May 11 16:13:40 2010 +0300
+++ b/photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp	Tue May 25 12:42:31 2010 +0300
@@ -226,7 +226,7 @@
 	//If the grid is already shown , disable it
     if(iTagsContextMenuControl->ItemMenuVisibility())
        {
-       iTagsContextMenuControl->ShowItemMenu(EFalse);
+       iTagsContextMenuControl->ShowItemMenuL(EFalse);
        }
     TRect rect;
     AknLayoutUtils::LayoutMetricsRect (AknLayoutUtils::EMainPane, rect);
@@ -1432,7 +1432,7 @@
         if(iTagsContextMenuControl->ItemMenuVisibility())
            {
            iDownEventReceived = ETrue;
-           iTagsContextMenuControl->ShowItemMenu(EFalse);
+           iTagsContextMenuControl->ShowItemMenuL(EFalse);
            return ETrue;
            }
         if(tappedvisual)
@@ -1967,13 +1967,13 @@
         }
     }
 // ---------------------------------------------------------------------------
-// TimerComplete()
+// TimerCompleteL()
 // ---------------------------------------------------------------------------
 //
-void CGlxCloudViewControl::TimerComplete()
+void CGlxCloudViewControl::TimerCompleteL()
     {
     iTimerComplete = ETrue;
-    iTagsContextMenuControl->ShowItemMenu(EFalse);
+    iTagsContextMenuControl->ShowItemMenuL(EFalse);
 
     CAlfVisual& visual = iLayout->Visual( iMediaList.FocusIndex() );
     TRect focussedItemRect = visual.DisplayRect();
@@ -1989,17 +1989,17 @@
     if(!iPhysicsStarted)//only if physics hasnt started
         {
         iTagsContextMenuControl->SetViewableRect(rect);
-        iTagsContextMenuControl->ShowItemMenu(ETrue);
+        iTagsContextMenuControl->ShowItemMenuL(ETrue);
         iTagsContextMenuControl->SetDisplay(midpoint);
         }
    }
 // ---------------------------------------------------------------------------
-// ShowContextItemMenu()
+// ShowContextItemMenuL()
 // ---------------------------------------------------------------------------
 //
-void CGlxCloudViewControl::ShowContextItemMenu(TBool aShow)
+void CGlxCloudViewControl::ShowContextItemMenuL(TBool aShow)
     {
-    iTagsContextMenuControl->ShowItemMenu(aShow);
+    iTagsContextMenuControl->ShowItemMenuL(aShow);
     if(!aShow)
         {
         iViewPortLayout->UpdateChildrenLayout(0);