--- a/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Thu Jul 22 14:15:39 2010 +0300
+++ b/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Fri Jul 30 13:42:45 2010 +0300
@@ -21,7 +21,7 @@
#include <e32notif.h>
#include <e32base.h>
#include <eiknotapi.h>
-// #include <AknNotifierWrapper.h> // link against aknnotifierwrapper.lib
+#include <AknNotifierWrapper.h> // link against aknnotifierwrapper.lib
#define KMyNotifierUid TUid::Uid(0x10005988) // uid
#define KMyPriority TInt(MEikSrvNotifierBase2::ENotifierPriorityHigh)
@@ -50,9 +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 );
+ 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 +63,7 @@
subjects->AppendL( master );
- */
+
CleanupStack::Pop(); // array cleanup
#if defined(_DEBUG)
RDebug::Print(_L("(SECURITYNOTIFIER)WRAPPER DoCreateNotifierArrayL END"));