messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h
changeset 70 a15d9966050f
parent 31 ebfee66fde93
--- 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