uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 15 08e69e956a8c
child 23 3d340a0166ff
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
    21 #include <apgtask.h>
    21 #include <apgtask.h>
    22 #include <eiknotapi.h>
    22 #include <eiknotapi.h>
    23 #include <AknCapServerClient.h>
    23 #include <AknCapServerClient.h>
    24 #include <aknnotewrappers.h>
    24 #include <aknnotewrappers.h>
    25 #include <AknCapServerDefs.h>
    25 #include <AknCapServerDefs.h>
       
    26 
       
    27 #include <gfxtranseffect/gfxtranseffect.h>
       
    28 #include "akntranseffect.h" // for Transition effect enumerations
    26 
    29 
    27 #include <avkondomainpskeys.h>
    30 #include <avkondomainpskeys.h>
    28 #include <e32property.h>
    31 #include <e32property.h>
    29 
    32 
    30 #include "AknNotiferAppServerApplication.h" 
    33 #include "AknNotiferAppServerApplication.h" 
   346     {
   349     {
   347     switch (*(TApaSystemEvent*)(aEvent.EventData()))
   350     switch (*(TApaSystemEvent*)(aEvent.EventData()))
   348         {
   351         {
   349     case EApaSystemEventBroughtToForeground:
   352     case EApaSystemEventBroughtToForeground:
   350         { // ignore this event as it causes undesired effects on applications underneath
   353         { // ignore this event as it causes undesired effects on applications underneath
       
   354         GfxTransEffect::EndFullScreen();
   351         break;
   355         break;
   352         }
   356         }
   353     default:
   357     default:
   354         CAknAppUi::HandleSystemEventL(aEvent);
   358         CAknAppUi::HandleSystemEventL(aEvent);
   355         }
   359         }