smsprotocols/smsstack/smsu/inc/smsuaddr.H
branchRCL_3
changeset 61 17af172ffa5f
parent 14 7ef16719d8cb
child 82 042fd2753b8f
--- a/smsprotocols/smsstack/smsu/inc/smsuaddr.H	Thu Jul 15 19:58:53 2010 +0300
+++ b/smsprotocols/smsstack/smsu/inc/smsuaddr.H	Thu Aug 19 11:03:36 2010 +0300
@@ -252,6 +252,15 @@
 	IMPORT_C TInt IdentifierMatch() const;
 	IMPORT_C void SetIdentifierMatch(TInt aIdentifier);
 	IMPORT_C TPtrC8 TextMatch() const;
+	
+	/**
+	 *  Sets the match text. The matching is case-insensitive comparison 
+	 *  done against the leading text in the message. Wild card matching
+	 *  is not supported.
+	 *  
+	 *  @param aText The match text
+	 *  @capability None
+	 */
 	IMPORT_C void SetTextMatch(const TDesC8& aText);
 	IMPORT_C TBool operator==(const TSmsAddr& aAddr) const;
 	};