phoneuis/easydialing/inc/easydialinglistbox.h
branchRCL_3
changeset 44 3c221667e687
parent 39 b8d67d6176f5
child 58 40a3f856b14d
equal deleted inserted replaced
39:b8d67d6176f5 44:3c221667e687
   146      * @return  Contact data manager index.
   146      * @return  Contact data manager index.
   147      */
   147      */
   148     TInt CurrentContactDataIndex();
   148     TInt CurrentContactDataIndex();
   149     
   149     
   150     /**
   150     /**
   151      * Return contact link of current item packaged in HBufC object. 
   151      * Return contact link of current item packaged in HBufC object. If no item is
   152      * @return  Contact link.
   152 	 * selected in listbox returns NULL.
   153      */
   153      * @return  Contact link. Ownership is transferred to the caller.
   154     HBufC8* CurrentContactLinkLC();
   154      */
       
   155     HBufC8* CurrentContactLinkL();
   155     
   156     
   156 public:
   157 public:
   157     /**
   158     /**
   158      * From MAknLongTapDetectorCallBack
   159      * From MAknLongTapDetectorCallBack
   159      */
   160      */