equal
deleted
inserted
replaced
250 IMPORT_C TSmsAddrFamily SmsAddrFamily() const; |
250 IMPORT_C TSmsAddrFamily SmsAddrFamily() const; |
251 IMPORT_C void SetSmsAddrFamily(TSmsAddrFamily aFamily); |
251 IMPORT_C void SetSmsAddrFamily(TSmsAddrFamily aFamily); |
252 IMPORT_C TInt IdentifierMatch() const; |
252 IMPORT_C TInt IdentifierMatch() const; |
253 IMPORT_C void SetIdentifierMatch(TInt aIdentifier); |
253 IMPORT_C void SetIdentifierMatch(TInt aIdentifier); |
254 IMPORT_C TPtrC8 TextMatch() const; |
254 IMPORT_C TPtrC8 TextMatch() const; |
|
255 |
|
256 /** |
|
257 * Sets the match text. The matching is case-insensitive comparison |
|
258 * done against the leading text in the message. Wild card matching |
|
259 * is not supported. |
|
260 * |
|
261 * @param aText The match text |
|
262 * @capability None |
|
263 */ |
255 IMPORT_C void SetTextMatch(const TDesC8& aText); |
264 IMPORT_C void SetTextMatch(const TDesC8& aText); |
256 IMPORT_C TBool operator==(const TSmsAddr& aAddr) const; |
265 IMPORT_C TBool operator==(const TSmsAddr& aAddr) const; |
257 }; |
266 }; |
258 |
267 |
259 |
268 |