messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
--- a/messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp	Fri Sep 17 08:28:39 2010 +0300
@@ -31,6 +31,7 @@
 #include "unidatamodelloader.h"
 #include "unidatamodelplugininterface.h"
 #include "msgcontacthandler.h"
+#include "msgerrorwatcher.h"
 
 #include "debugtraces.h"
 
@@ -58,6 +59,7 @@
     d_ptr = q_check_ptr(new MsgNotifierPrivate(this));
 
     mSimHandler = new MsgSimNumDetector();
+    mErrorWatcher = new MsgErrorWatcher(this);
 
     QDEBUG_WRITE("MsgNotifier::MsgNotifier : Exit")
 }
@@ -72,6 +74,7 @@
 
     delete d_ptr;
     delete mSimHandler;
+	delete mErrorWatcher;
 
     QDEBUG_WRITE("MsgNotifier::~MsgNotifier : Enter")
 }