diff -r b023a8d2866a -r ea65f74e6de4 photosgallery/controllers/fetcher/inc/glxfetcherdialog.h --- a/photosgallery/controllers/fetcher/inc/glxfetcherdialog.h Thu Jul 15 18:39:01 2010 +0300 +++ b/photosgallery/controllers/fetcher/inc/glxfetcherdialog.h Thu Aug 19 09:55:03 2010 +0300 @@ -75,12 +75,7 @@ * @ref CEikDialog */ TBool OkToExitL(TInt aKeycode); - - /** - * From MEikMenuObserver - */ - void DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) ; - + protected: // From CAknDialog /** * From MEikMenuObserver @@ -126,9 +121,6 @@ */ SEikControlInfo CreateCustomControlL(TInt aControlType); - private: // CAknDialog - void HandlePointerEventL(const TPointerEvent& aPointerEvent); - private:// From MGlxEventObserver virtual void HandleDoubleTapEventL(TInt aCommandId); @@ -145,12 +137,10 @@ */ 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;