uifw/AknGlobalUI/AknCapServer/src/AknCapServerShutdown.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
   249     {
   249     {
   250     if (aHowClosed == CAppExitNotifier::EAppExitNormal)
   250     if (aHowClosed == CAppExitNotifier::EAppExitNormal)
   251         {
   251         {
   252 #ifdef _DEBUG
   252 #ifdef _DEBUG
   253         RDebug::Print(_L("SHUTDOWN: App with ThreadId %d has exited"), TUint(aNotifier->ThreadId()));
   253         RDebug::Print(_L("SHUTDOWN: App with ThreadId %d has exited"), TUint(aNotifier->ThreadId()));
   254 #else
       
   255         aNotifier->ThreadId(); // just for fixing warning
       
   256 #endif
   254 #endif
   257         }
   255         }
   258     else if (aHowClosed == CAppExitNotifier::EAppExitForced)
   256     else if (aHowClosed == CAppExitNotifier::EAppExitForced)
   259         {
   257         {
   260 #ifdef _DEBUG
   258 #ifdef _DEBUG
   261         RDebug::Print(_L("SHUTDOWN: App with ThreadId %d was killed"), TUint(aNotifier->ThreadId()));
   259         RDebug::Print(_L("SHUTDOWN: App with ThreadId %d was killed"), TUint(aNotifier->ThreadId()));
   262 #else
       
   263         aNotifier->ThreadId(); // just for fixing warning
       
   264 #endif
   260 #endif
   265         }
   261         }
   266     iTotalAppExitNotifiers--;
   262     iTotalAppExitNotifiers--;
   267     
   263     
   268     // If all the apps have exited then complete the request.
   264     // If all the apps have exited then complete the request.