browserui/browser/FeedsInc/FeedsFolderContainer.h
branchRCL_3
changeset 50 c9249d037530
parent 0 84ad3b177aa3
--- a/browserui/browser/FeedsInc/FeedsFolderContainer.h	Wed Mar 31 21:35:49 2010 +0300
+++ b/browserui/browser/FeedsInc/FeedsFolderContainer.h	Wed Apr 14 16:00:33 2010 +0300
@@ -468,6 +468,16 @@
         * @return ETrue if feed item is found
         */
         TBool SearchForFeedL(const CFeedsEntity* item);
+		
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+		/**
+        * To know Whether any feed item selected for move
+        *
+        * @since 7.2
+        * @return ETrue if feed item is selected for move
+        */
+        TBool isMoveActive(){ return iMoveActive;}
+#endif        
 
     private:
         /**
@@ -661,4 +671,4 @@
 
 #endif      // FEEDS_FOLDER_CONTAINER_H
             
-// End of File
\ No newline at end of file
+// End of File