uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 15 08e69e956a8c
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    47 #include <AknCapServer.h>
    47 #include <AknCapServer.h>
    48 #include "AknCapServerEntry.h"
    48 #include "AknCapServerEntry.h"
    49 #include <AknMediatorFacade.h>
    49 #include <AknMediatorFacade.h>
    50 #include <aknSDData.h>
    50 #include <aknSDData.h>
    51 
    51 
    52 #include <SecondaryDisplay/AknSecondaryDisplayDefs.h>
    52 #include <secondarydisplay/AknSecondaryDisplayDefs.h>
    53 #include <AknsUtils.h>
    53 #include <AknsUtils.h>
    54 #include <aknglobalpopupprioritycontroller.h>
    54 #include <aknglobalpopupprioritycontroller.h>
    55 #include "GlobalWindowPriorities.h"
    55 #include "GlobalWindowPriorities.h"
    56 #include "aknmessagereaderlongpressdetector.h" // CAknMessageReaderLongPressDetector    
    56 #include "aknmessagereaderlongpressdetector.h" // CAknMessageReaderLongPressDetector    
    57 
    57 
  1443     return info->iNoteId;
  1443     return info->iNoteId;
  1444     }
  1444     }
  1445 
  1445 
  1446 void CAknGlobalNoteSubject::TryDisplayNextNoteL(TBool aShowAsynch)
  1446 void CAknGlobalNoteSubject::TryDisplayNextNoteL(TBool aShowAsynch)
  1447     {
  1447     {
  1448     if ( iGlobalNoteList && iGlobalNoteList->Count() == 0 )
  1448     if ( !iGlobalNoteList || iGlobalNoteList->Count() == 0 )
  1449         {
  1449         {
  1450         return;
  1450         return;
  1451         }
  1451         }
  1452 
  1452 
  1453 #ifdef _DEBUG
  1453 #ifdef _DEBUG