--- a/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Thu Jul 08 20:04:36 2010 +0300
+++ b/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Thu Jul 22 14:15:39 2010 +0300
@@ -19,7 +19,9 @@
#include <ecom/implementationproxy.h>
#include <e32notif.h>
-#include <AknNotifierWrapper.h> // link against aknnotifierwrapper.lib
+#include <e32base.h>
+#include <eiknotapi.h>
+// #include <AknNotifierWrapper.h> // link against aknnotifierwrapper.lib
#define KMyNotifierUid TUid::Uid(0x10005988) // uid
#define KMyPriority TInt(MEikSrvNotifierBase2::ENotifierPriorityHigh)
@@ -48,6 +50,9 @@
// Create Wrappers
// Session owning notifier(if default implementation is enough)
+ RDebug::Printf( "%s %s (%u) !!!!** Not creating SecurityNotifier.dll . This means that PIN/unlock queries don't work **!!!! 0=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
+
+ /*
CAknCommonNotifierWrapper* master =
CAknCommonNotifierWrapper::NewL( KMyNotifierUid,
KMyNotifierUid,
@@ -58,6 +63,7 @@
subjects->AppendL( master );
+ */
CleanupStack::Pop(); // array cleanup
#if defined(_DEBUG)
RDebug::Print(_L("(SECURITYNOTIFIER)WRAPPER DoCreateNotifierArrayL END"));