mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp
branchRCL_3
changeset 40 cb96c29156b2
parent 21 a1247965635c
--- a/mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp	Wed Jun 09 09:38:28 2010 +0300
+++ b/mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp	Mon Jun 21 15:37:19 2010 +0300
@@ -134,6 +134,18 @@
     }
 
 // ---------------------------------------------------------------------------
+// Hides container list box
+// ---------------------------------------------------------------------------
+//
+void CMPXPodcastCollectionViewContainer::HideContainerWindow()
+    {
+        if ( iCommonContainer )
+            {
+            iCommonContainer->HideListView();
+            }
+    }
+	
+// ---------------------------------------------------------------------------
 // Sets the current view to be used to determine the correct help context
 // ---------------------------------------------------------------------------
 //