diff -r 978afdc0236f -r 85902f042028 classicui_pub/hierarchical_lists_api/inc/akntreelist.h --- a/classicui_pub/hierarchical_lists_api/inc/akntreelist.h Tue Sep 14 21:48:24 2010 +0300 +++ b/classicui_pub/hierarchical_lists_api/inc/akntreelist.h Wed Sep 15 12:29:17 2010 +0300 @@ -931,6 +931,16 @@ */ IMPORT_C void SetMarkingModeObserver( MAknMarkingModeObserver* aObserver ); + /** + * Turns the marking mode on / off. + * + * @since S60 5.2 + * + * @param aEnable @c ETrue to turn marking mode on + * @c EFalse to turn marking mode off + */ + IMPORT_C void SetMarkingMode( TBool aEnable ); + // From base class CCoeControl /**