diff -r b75757c81051 -r 318c4eab2439 securitydialogs/lockapp/src/lockappstatecontrol.cpp --- a/securitydialogs/lockapp/src/lockappstatecontrol.cpp Fri Mar 19 09:41:08 2010 +0200 +++ b/securitydialogs/lockapp/src/lockappstatecontrol.cpp Fri Apr 16 15:53:24 2010 +0300 @@ -33,7 +33,7 @@ #include #include -#include +// #include #include #include @@ -194,7 +194,9 @@ AddObserverL( lockPublisher ); // ownership is transfered // PubSub observers + /* This is not used any more because screensavers are removed now iPSScreenSaverObserver = CLockAppPubSubObserver::NewL( this, KPSUidScreenSaver, KScreenSaverOn ); + */ iPSTelephonyObserver = CLockAppPubSubObserver::NewL( this, KPSUidCtsyCallInformation, KCTsyCallState ); iPSGripObserver = CLockAppPubSubObserver::NewL( this, KPSUidHWRM, KHWRMGripStatus ); @@ -497,6 +499,7 @@ void CLockAppStateControl::HandlePubSubNotify(TUid aPubSubUid, TUint aKeyId, TInt aValue ) { INFO_3( "CLockAppStateControl::HandlePubSubNotify %x %x = %d", aPubSubUid.iUid, aKeyId, aValue ); + /* This is not used any more because screensavers are removed now INFO_3( "CLockAppStateControl::HandlePubSubNotify KPSUidScreenSaver=%x KPSUidCtsyCallInformation=%x KPSUidAiInformation=%x", KPSUidScreenSaver, KPSUidCtsyCallInformation, KPSUidAiInformation ); INFO_3( "CLockAppStateControl::HandlePubSubNotify KPSUidHWRM=%x KHWRMGripStatus=%x KPSUidAiInformation=%x", KPSUidHWRM, KHWRMGripStatus, KPSUidAiInformation ); if ( aPubSubUid == KPSUidScreenSaver ) @@ -570,6 +573,7 @@ break; } } + */ } // ---------------------------------------------------------------------------