messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h
changeset 56 f42d9a78f435
parent 25 84d9eb65b26f
child 73 ecf6a73a9186
--- 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