photosgallery/controllers/fetcher/inc/glxfetcherdialog.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 15 191387a8b767
--- 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;