photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h
branchRCL_3
changeset 15 191387a8b767
parent 14 2dac0fdba72b
--- a/photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h	Tue Apr 27 16:37:53 2010 +0300
@@ -98,6 +98,15 @@
      */
     void SetToolbarItemsDimmed(TBool aDimmed);
      
+    /**
+     * To check whether OneClickUpload is supported by the Shareonline 
+     * application. 
+     * NOTE: OneClickUpload is a feature of ShareOnline 4.3 and above. Hence this function
+     * ensures that the upload command works only if this version of ShareOnline is 
+     * available in the build. Else, Upload will not work! 
+     */
+    void CheckShareonlineVersionL();
+    
 private:    
     CAknToolbar* iToolbar;
     TBool iAttributeAvailable;