diff -r 6f4453afd006 -r 6c34d0baa0b1 messagingfw/msgsrvnstore/server/inc/MSVFTEXT.H --- a/messagingfw/msgsrvnstore/server/inc/MSVFTEXT.H Tue Oct 05 13:50:47 2010 +0530 +++ b/messagingfw/msgsrvnstore/server/inc/MSVFTEXT.H Tue Oct 19 11:59:06 2010 +0530 @@ -46,7 +46,7 @@ IMPORT_C TBool FindTextL(const TDesC& aFind, const TDesC& aSource, TMsvPartList aFlags); IMPORT_C TBool FindRichTextL(const TDesC& aFind, const CRichText& aSource, TMsvPartList aFlags); // - inline TBool FoundText() const; + inline TBool FoundText() const{return iFoundText;}; // private: CMsvFindText(TInt aPriority); @@ -74,6 +74,6 @@ TBool iFoundText; }; -#include + #endif