uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 23 3d340a0166ff
child 56 d48ab3b357f1
--- a/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AknGlobalUI/NotifierWrapper/src/AknNotiferAppServerApplication.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -24,9 +24,6 @@
 #include <aknnotewrappers.h>
 #include <AknCapServerDefs.h>
 
-#include <gfxtranseffect/gfxtranseffect.h>
-#include "akntranseffect.h" // for Transition effect enumerations
-
 #include <avkondomainpskeys.h>
 #include <e32property.h>
 
@@ -36,7 +33,8 @@
 #include "AknNotiferAppServerApplicationInterface.h"
 
 #include <AknMediatorFacade.h>
-#include <secondarydisplay/AknSecondaryDisplayDefs.h>
+#include <AknNotifyStd.h>
+#include <SecondaryDisplay/AknSecondaryDisplayDefs.h>
 #include <aknglobalpopupprioritycontroller.h>
 
 //---- Awkward, but declaring base classes otherwise in Akncapserver entry would break app fw.
@@ -351,7 +349,6 @@
         {
     case EApaSystemEventBroughtToForeground:
         { // ignore this event as it causes undesired effects on applications underneath
-        GfxTransEffect::EndFullScreen();
         break;
         }
     default: