diff -r e0432375ea67 -r 5d3e34b7618a securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp --- a/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Tue Jul 06 15:15:05 2010 +0300 +++ b/securitydialogs/Securitynotifier/Src/Securitynotifierwrapper.cpp Wed Aug 18 10:40:08 2010 +0300 @@ -19,6 +19,8 @@ #include #include +#include +#include #include // link against aknnotifierwrapper.lib #define KMyNotifierUid TUid::Uid(0x10005988) // uid @@ -48,6 +50,9 @@ // 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, @@ -58,6 +63,7 @@ subjects->AppendL( master ); + CleanupStack::Pop(); // array cleanup #if defined(_DEBUG) RDebug::Print(_L("(SECURITYNOTIFIER)WRAPPER DoCreateNotifierArrayL END"));