diff -r 5b238bc8ffb6 -r 01504893d9cb photosgallery/controllers/fetcher/inc/glxfetcherdialog.h --- a/photosgallery/controllers/fetcher/inc/glxfetcherdialog.h Wed Sep 15 12:13:06 2010 +0300 +++ b/photosgallery/controllers/fetcher/inc/glxfetcherdialog.h Wed Oct 13 14:32:09 2010 +0300 @@ -75,7 +75,12 @@ * @ref CEikDialog */ TBool OkToExitL(TInt aKeycode); - + + /** + * From MEikMenuObserver + */ + void DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) ; + protected: // From CAknDialog /** * From MEikMenuObserver @@ -121,6 +126,9 @@ */ SEikControlInfo CreateCustomControlL(TInt aControlType); + private: // CAknDialog + void HandlePointerEventL(const TPointerEvent& aPointerEvent); + private:// From MGlxEventObserver virtual void HandleDoubleTapEventL(TInt aCommandId); @@ -137,10 +145,12 @@ */ void HandleMMCRemovalL(); + private: CGlxFetcherContainer* iFetcherContainer ; //Container Object CGlxUiUtility* iUiUtility; // UiUtility - + CAlfEnv* iEnv; // Alf Environment + // Selected items array // Not Own. Owned by the client CDesCArray& iSelectedFiles;