calendarui/globaldata/src/calenglobaldata.cpp
branchCompilerCompatibility
changeset 17 b5a86db05ae8
parent 0 f979ecb2b13e
equal deleted inserted replaced
16:7bb9df301388 17:b5a86db05ae8
   460     
   460     
   461     if (!iInstanceView && !iInstanceViewCreation)
   461     if (!iInstanceView && !iInstanceViewCreation)
   462         {
   462         {
   463         if ( iEntryViewCreation )
   463         if ( iEntryViewCreation )
   464             {
   464             {
   465             iQueued = &CreateInstanceViewL;
   465             iQueued = &CCalenGlobalData::CreateInstanceViewL;
   466             }
   466             }
   467         else
   467         else
   468             {
   468             {
   469             CreateInstanceViewL();
   469             CreateInstanceViewL();
   470             }
   470             }
   514     
   514     
   515      if (!iEntryView && !iEntryViewCreation)
   515      if (!iEntryView && !iEntryViewCreation)
   516         {
   516         {
   517         if ( iInstanceViewCreation )
   517         if ( iInstanceViewCreation )
   518             {
   518             {
   519             iQueued = &CreateEntryViewL;
   519             iQueued = &CCalenGlobalData::CreateEntryViewL;
   520             }
   520             }
   521         else
   521         else
   522             {
   522             {
   523             CreateEntryViewL();
   523             CreateEntryViewL();
   524             }
   524             }