securitydialogs/lockapp/src/lockappappui.cpp
branchRCL_3
changeset 21 33ad376816a8
parent 16 9971b621ef6c
child 24 fabe5ded361a
--- a/securitydialogs/lockapp/src/lockappappui.cpp	Tue May 11 17:00:25 2010 +0300
+++ b/securitydialogs/lockapp/src/lockappappui.cpp	Tue May 25 13:36:52 2010 +0300
@@ -34,7 +34,7 @@
 void CLockAppAppUi::ConstructL( )
     {
     	#if defined(_DEBUG)
-    	RDebug::Printf( "%s %s (%u) value=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x8 );
+    	INFO_4( "%s %s (%u) value=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x8 );
     	#endif
     	    
    // default appui constructor has to be called
@@ -45,7 +45,7 @@
     	{
 			// start autolock instead of lockapp . This is a backup solution to use in case that not all SysAp and Avkon changes are implemented
 			#if defined(_DEBUG)
-	 	  RDebug::Printf( "%s %s (%u) 1=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x1 );
+	 	  INFO_4( "%s %s (%u) 1=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x1 );
  	  	#endif
 	    TApaTaskList taskList( iCoeEnv->WsSession() );
 	    TApaTask task( taskList.FindApp( _L("autolock.exe" )) );
@@ -62,7 +62,7 @@
 		    // Try to launch the application.        
 	        User::LeaveIfError(ls.StartApp(*commandLine));
 	        #if defined(_DEBUG)
-	    	  RDebug::Printf( "%s %s (%u) autolock.exe created=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x7 );
+	    	  INFO_4( "%s %s (%u) autolock.exe created=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0x7 );
 	    	  #endif
 	        
 	        CleanupStack::PopAndDestroy(2); // commandLine, ls
@@ -189,12 +189,12 @@
 void CLockAppAppUi::HandleWsEventL( const TWsEvent& aEvent, CCoeControl* aDestination )
     {
     #if defined(_DEBUG)
-		RDebug::Printf( "%s %s (%u) value=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
+		INFO_4( "%s %s (%u) value=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
 		#endif
     if ( aEvent.Type() == TRawEvent::EKeyDown )
         {
         #if defined(_DEBUG)
-        RDebug::Printf("CLockAppAppUi::HandleWsEventL() - aEvent.Key()->iCode: %d", aEvent.Key()->iCode );
+        INFO_1("CLockAppAppUi::HandleWsEventL() - aEvent.Key()->iCode: %d", aEvent.Key()->iCode );
         #endif
         }