equal
deleted
inserted
replaced
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 */ |