equal
deleted
inserted
replaced
250 * Creates a new instance of class CESMRNcsAifEntry |
250 * Creates a new instance of class CESMRNcsAifEntry |
251 * @addr aContactHandler reference to contact handler class |
251 * @addr aContactHandler reference to contact handler class |
252 * @aDisplayFull default text of the editor |
252 * @aDisplayFull default text of the editor |
253 * @returns Pointer to CESMRNcsAifEntry |
253 * @returns Pointer to CESMRNcsAifEntry |
254 */ |
254 */ |
255 static CESMRNcsAifEntry* CESMRNcsAifEntry::NewL( |
255 static CESMRNcsAifEntry* NewL( |
256 const CESMRNcsEmailAddressObject& addr, |
256 const CESMRNcsEmailAddressObject& addr, |
257 TBool aDisplayFull ); |
257 TBool aDisplayFull ); |
258 |
258 |
259 static CESMRNcsAifEntry* CESMRNcsAifEntry::NewL( |
259 static CESMRNcsAifEntry* NewL( |
260 const TDesC& dn, |
260 const TDesC& dn, |
261 const TDesC& eml, |
261 const TDesC& eml, |
262 TBool aDisplayFull ); |
262 TBool aDisplayFull ); |
263 |
263 |
264 /** |
264 /** |
265 * C++ Virtual Destructor. |
265 * C++ Virtual Destructor. |
266 */ |
266 */ |
267 CESMRNcsAifEntry::~CESMRNcsAifEntry(); |
267 ~CESMRNcsAifEntry(); |
268 |
268 |
269 public: |
269 public: |
270 /** |
270 /** |
271 * Count number of characters of the entry |
271 * Count number of characters of the entry |
272 * @return number of characters of the entry |
272 * @return number of characters of the entry |