diff -r e8e3147d53eb -r b3431bff8c19 predictivesearch/PcsUtils/inc/CWords.h --- a/predictivesearch/PcsUtils/inc/CWords.h Mon Mar 15 12:39:26 2010 +0200 +++ b/predictivesearch/PcsUtils/inc/CWords.h Wed Mar 31 21:13:53 2010 +0300 @@ -31,12 +31,12 @@ public: // Constructors and destructor /** * Creates a new instance of this class. - * @param aText the text to separate + * @param aText the text to separate */ IMPORT_C static CWords* NewLC(const TDesC& aText); /** * Destructor. - */ + */ IMPORT_C ~CWords(); public: // from MDesCArray @@ -49,8 +49,8 @@ static TBool DefaultIsWordSeparator(TChar aChar); private: - - /// Own: array of words + + /// Own: array of words RArray iWords; };