--- a/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Tue Aug 31 16:04:40 2010 +0300
+++ b/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Wed Sep 01 12:19:59 2010 +0100
@@ -18,9 +18,7 @@
#include <ecom/implementationproxy.h>
-#include <e32notif.h>
-#include <e32base.h>
-#include <eiknotapi.h>
+
#include <AknNotifierWrapper.h> // link against aknnotifierwrapper.lib
#define KMyNotifierUid TUid::Uid(0x10005988) // uid
@@ -50,9 +48,6 @@
// Create Wrappers
// Session owning notifier(if default implementation is enough)
- RDebug::Printf( "%s %s (%u) !!!!** creating SecurityNotifier.dll . This means that PIN/unlock queries will work **!!!! 0=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
-
-
CAknCommonNotifierWrapper* master =
CAknCommonNotifierWrapper::NewL( KMyNotifierUid,
KMyNotifierUid,
@@ -63,7 +58,6 @@
subjects->AppendL( master );
-
CleanupStack::Pop(); // array cleanup
#if defined(_DEBUG)
RDebug::Print(_L("(SECURITYNOTIFIER)WRAPPER DoCreateNotifierArrayL END"));