--- a/application/inc/PodcastListView.h Sun Oct 31 12:16:04 2010 +0000
+++ b/application/inc/PodcastListView.h Sun Oct 31 12:32:39 2010 +0000
@@ -66,15 +66,18 @@
void ScrollToVisible();
void Draw(const TRect& aRect) const;
TBool IsLandscape();
- protected:
+
+ public:
+ CAknSingleLargeStyleListBox * iListboxLandscape;
+ CAknDoubleLargeStyleListBox * iListboxPortrait;
+
+ protected:
TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
private:
MContainerListener* iContainerListener;
CAknsBasicBackgroundControlContext* iBgContext;
- CAknSingleLargeStyleListBox * iListboxLandscape;
- CAknDoubleLargeStyleListBox * iListboxPortrait;
CEikColumnListBox * iListbox;
TBool iLandscape;
CDesCArray* iItemArrayShort;