uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp
branchRCL_3
changeset 76 5c9f0ba5102a
parent 56 d48ab3b357f1
equal deleted inserted replaced
74:6b4d16c5c577 76:5c9f0ba5102a
  1144         {
  1144         {
  1145         CleanupStack::PopAndDestroy( secondaryDisplayInfo );
  1145         CleanupStack::PopAndDestroy( secondaryDisplayInfo );
  1146         }
  1146         }
  1147 
  1147 
  1148 #ifdef _DEBUG
  1148 #ifdef _DEBUG
  1149     _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d");
  1149     _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d\n%S\n");
  1150     RDebug::Print(KDmsg,noteId,type,priority);
  1150     RDebug::Print(KDmsg,noteId,type,priority,&text);
  1151 #endif
  1151 #endif
  1152 
  1152 
  1153     TryDisplayNextNoteL(ETrue);
  1153     TryDisplayNextNoteL(ETrue);
  1154 
  1154 
  1155     iRetPckg().iNoteId = noteId;
  1155     iRetPckg().iNoteId = noteId;