diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h --- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Fri Sep 17 08:28:39 2010 +0300 @@ -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