diff -r b048e15729d6 -r 36d60d12b4af creator/engine/src/creator_calendar.cpp --- a/creator/engine/src/creator_calendar.cpp Fri Sep 03 17:11:21 2010 +0300 +++ b/creator/engine/src/creator_calendar.cpp Fri Sep 17 14:22:55 2010 +0300 @@ -193,6 +193,7 @@ CleanupStack::PopAndDestroy (tempBuf ); } + break; case MCreatorModuleBaseParameters::ECalendarMemo: { @@ -208,6 +209,7 @@ CleanupStack::PopAndDestroy (tempBuf ); } + break; case MCreatorModuleBaseParameters::ECalendarMeeting: { @@ -226,6 +228,7 @@ CleanupStack::PopAndDestroy (tempBuf ); } + break; case MCreatorModuleBaseParameters::ECalendarAnniv: { @@ -241,10 +244,12 @@ CleanupStack::PopAndDestroy (tempBuf ); } + break; default: { //implement } + break; } } //---------------------------------------------------------------------------- @@ -537,7 +542,7 @@ // id has been generated, store it for being able to delete // entries created only with Creator - iEntryIds.Append( entry->LocalUidL() ); + iEntryIds.AppendL( entry->LocalUidL() ); //One item should be added at time if (success != 1 ) @@ -944,7 +949,7 @@ // id has been generated, store it for being able to delete // entries created only with Creator - iEntryIds.Append( entry->LocalUidL() ); + iEntryIds.AppendL( entry->LocalUidL() ); //One item should be added at time if (success != 1 ) @@ -1045,7 +1050,7 @@ // id has been generated, store it for being able to delete // entries created only with Creator - iEntryIds.Append( entry->LocalUidL() ); + iEntryIds.AppendL( entry->LocalUidL() ); //One item should be added at time if (success != 1 ) @@ -1145,7 +1150,7 @@ // id has been generated, store it for being able to delete // entries created only with Creator - iEntryIds.Append( entry->LocalUidL() ); + iEntryIds.AppendL( entry->LocalUidL() ); //One item should be added at time if (success != 1 ) @@ -1250,7 +1255,7 @@ // id has been generated, store it for being able to delete // entries created only with Creator - iEntryIds.Append( entry->LocalUidL() ); + iEntryIds.AppendL( entry->LocalUidL() ); //One item should be added at time if (success != 1 )