diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h --- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Tue Aug 31 18:53:38 2010 +0530 @@ -28,6 +28,7 @@ // CLASS DECLARATION class MsgNotifierPrivate; class MsgSimNumDetector; +class MsgErrorWatcher; /** * Stores the data required for notification. @@ -137,6 +138,12 @@ * Sim settings handler */ MsgSimNumDetector* mSimHandler; + + /** + * Pointer to error watcher + * Own + */ + MsgErrorWatcher* mErrorWatcher; }; #endif // MSGNOTIFIER_H