photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlercopyandmove.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlercopyandmove.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlercopyandmove.h	Tue Apr 27 16:37:53 2010 +0300
@@ -40,9 +40,11 @@
 
 public:
     /** 
-     * Two-phase constructor: 
-     */
-    IMPORT_C static CGlxCommandHandlerCopyAndMove* NewL(MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource);
+	 * Two-phase constructor: 
+	 */
+	IMPORT_C static CGlxCommandHandlerCopyAndMove* NewL(
+			MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource,
+			const TDesC& aFileName);
     
     /** Destructor */
     IMPORT_C ~CGlxCommandHandlerCopyAndMove();
@@ -57,8 +59,10 @@
     void DoDynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
 
 private:
-    /** Second phase constructor */
-    void ConstructL();
+    /** Second phase constructor
+	 * @param aResourceFile resource file
+	 */
+	void ConstructL(const TDesC& aFileName);
 
     /** First phase constructor */
     CGlxCommandHandlerCopyAndMove(MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource);