equal
deleted
inserted
replaced
93 |
93 |
94 CPodcastSearchView::~CPodcastSearchView() |
94 CPodcastSearchView::~CPodcastSearchView() |
95 { |
95 { |
96 iPodcastModel.FeedEngine().RemoveObserver(this); |
96 iPodcastModel.FeedEngine().RemoveObserver(this); |
97 |
97 |
98 if(iLongTapDetector) |
|
99 delete iLongTapDetector, iLongTapDetector = NULL; |
|
100 |
|
101 if(iStylusPopupMenu) |
|
102 delete iStylusPopupMenu, iStylusPopupMenu = NULL; |
|
103 |
|
104 } |
98 } |
105 |
99 |
106 TUid CPodcastSearchView::Id() const |
100 TUid CPodcastSearchView::Id() const |
107 { |
101 { |
108 return KUidPodcastSearchViewID; |
102 return KUidPodcastSearchViewID; |