diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshareonovi.h --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshareonovi.h Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshareonovi.h Tue Apr 27 16:37:53 2010 +0300 @@ -37,17 +37,19 @@ { public: /** - * Two-phase constructor - * @param aMediaListProvider object that provides the media list - * @param aMenuResource The menu resource that the AIW command will be - * implented in - * @return Fully constructed command handler - * @warning ConstructL of base class is called. If ConstructL is - * implemented in this class, then care must be taken to call - * CGlxCommandHandlerAiwBase::ConstructL - */ - IMPORT_C static CGlxCommandHandlerAiwShareOnOvi* NewL( - MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource); + * Two-phase constructor + * @param aMediaListProvider object that provides the media list + * @param aMenuResource The menu resource that the AIW command will be + * implented in + * @param aFileName resource file + * @return Fully constructed command handler + * @warning ConstructL of base class is called. If ConstructL is + * implemented in this class, then care must be taken to call + * CGlxCommandHandlerAiwBase::ConstructL + */ + IMPORT_C static CGlxCommandHandlerAiwShareOnOvi* NewL( + MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource, + const TDesC& aFileName); protected: // From CGlxMediaListCommandHandler /**