diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h Tue Apr 27 16:37:53 2010 +0300 @@ -39,10 +39,12 @@ { public: /** - * Two-phase constructor: - * @param aMediaListProvider object that provides the media list. - */ - IMPORT_C static CGlxCommandHandlerNewMedia* NewL(MGlxMediaListProvider* aMediaListProvider); + * Two-phase constructor: + * @param aMediaListProvider object that provides the media list. + * @param aFileName resource file + */ + IMPORT_C static CGlxCommandHandlerNewMedia* NewL( + MGlxMediaListProvider* aMediaListProvider, const TDesC& aFileName); /** Destructor */ IMPORT_C ~CGlxCommandHandlerNewMedia(); @@ -78,7 +80,7 @@ private: /** Second phase constructor */ - void ConstructL(); + void ConstructL(const TDesC& aFileName); /** * First phase constructor