diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h --- 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;