photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxmpxcommandcommandhandler.h
branchRCL_3
changeset 30 a60acebbbd9d
parent 0 4e91876724a2
child 57 ea65f74e6de4
equal deleted inserted replaced
25:191387a8b767 30:a60acebbbd9d
   179      */
   179      */
   180     IMPORT_C virtual HBufC* CompletionTextL() const;
   180     IMPORT_C virtual HBufC* CompletionTextL() const;
   181 
   181 
   182 private:
   182 private:
   183     /** See @ref CGlxMediaListCommandHandler::DoExecuteL */
   183     /** See @ref CGlxMediaListCommandHandler::DoExecuteL */
   184 	virtual TBool DoExecuteL(TInt aCommandId, MGlxMediaList& aList);
   184 	IMPORT_C virtual TBool DoExecuteL(TInt aCommandId, MGlxMediaList& aList);
   185 
   185 
   186 	/**
   186 	/**
   187 	 * Launch a confirmation note (single or multiple depending on media list selection)
   187 	 * Launch a confirmation note (single or multiple depending on media list selection)
   188 	 * Declared as virtual to allow deriving class to show non-media list dependent
   188 	 * Declared as virtual to allow deriving class to show non-media list dependent
   189 	 * confirmation note, etc.
   189 	 * confirmation note, etc.