creator/engine/src/creator_calendar.cpp
changeset 54 9347c563e054
parent 48 da3ec8478e66
--- a/creator/engine/src/creator_calendar.cpp	Fri Sep 17 08:29:47 2010 +0300
+++ b/creator/engine/src/creator_calendar.cpp	Mon Oct 04 00:18:03 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 )