diff -r b8d67d6176f5 -r 3c221667e687 phoneuis/easydialing/inc/easydialinglistbox.h --- a/phoneuis/easydialing/inc/easydialinglistbox.h Wed Jun 09 09:41:11 2010 +0300 +++ b/phoneuis/easydialing/inc/easydialinglistbox.h Mon Jun 21 15:39:45 2010 +0300 @@ -148,10 +148,11 @@ TInt CurrentContactDataIndex(); /** - * Return contact link of current item packaged in HBufC object. - * @return Contact link. + * Return contact link of current item packaged in HBufC object. If no item is + * selected in listbox returns NULL. + * @return Contact link. Ownership is transferred to the caller. */ - HBufC8* CurrentContactLinkLC(); + HBufC8* CurrentContactLinkL(); public: /**