diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgservices/msgserviceapp/inc/msgservicewindow.h --- a/messagingapp/msgservices/msgserviceapp/inc/msgservicewindow.h Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgservices/msgserviceapp/inc/msgservicewindow.h Tue Aug 31 18:53:38 2010 +0530 @@ -26,6 +26,7 @@ class MsgServiceViewManager; class MsgShareUiInterface; class MsgSendInterface; +class MsgUriHandlerInterface; class MsgServiceWindow : public HbMainWindow { @@ -60,6 +61,12 @@ * Owned */ MsgShareUiInterface* mShareUiInterface; + + /** + * URI handler interface object + * Owned + */ + MsgUriHandlerInterface* mUriInterface; /** * Message store handler