diff -r e00582ce7ecd -r fbb813aef148 messagingappbase/msgeditor/viewinc/MsgBodyControlEditor.h --- a/messagingappbase/msgeditor/viewinc/MsgBodyControlEditor.h Tue Apr 27 16:33:37 2010 +0300 +++ b/messagingappbase/msgeditor/viewinc/MsgBodyControlEditor.h Tue May 11 16:10:04 2010 +0300 @@ -23,6 +23,7 @@ // ========== INCLUDE FILES ================================ #include +#include #include "MsgExpandableControlEditor.h" // for CMsgExpandableControlEditor #include "MsgEditor.hrh" @@ -44,7 +45,8 @@ * Defines an editor for the body control. */ class CMsgBodyControlEditor : public CMsgExpandableControlEditor, - public MItemFinderObserver + public MItemFinderObserver, + public MAknItemFinderObserver { public: @@ -138,6 +140,13 @@ public: // from MItemFinderObserver void HandleParsingComplete(); + + public: // from MAknItemFinderObserver + + void HandleFindItemEventL( + const CItemFinder::CFindItemExt& aItem, + MAknItemFinderObserver::TEventFlag aEvent, + TUint aFlags = 0 ); public: // new