diff -r 55d60436f00b -r d68a4b5d5885 calendarui/server/CalenSvr/src/CalenServer.cpp --- a/calendarui/server/CalenSvr/src/CalenServer.cpp Tue May 11 16:12:24 2010 +0300 +++ b/calendarui/server/CalenSvr/src/CalenServer.cpp Tue May 25 12:41:10 2010 +0300 @@ -53,8 +53,7 @@ const TInt KComma( ',' ); _LIT(KPersonal,"Personal"); -_LIT(KFamily,"Family"); -_LIT(KFriends,"Friends"); + // ================= MEMBER FUNCTIONS ======================= // @@ -382,15 +381,7 @@ aCalendarNames.AppendL( personalBuffer->Des() ); CleanupStack::PopAndDestroy( personalBuffer ); - // famliy - HBufC* familyBuffer = KFamily().AllocLC(); - aCalendarNames.AppendL( familyBuffer->Des() ); - CleanupStack::PopAndDestroy( familyBuffer ); - - //friends - HBufC* friendBuffer = KFriends().AllocLC(); - aCalendarNames.AppendL( friendBuffer->Des() ); - CleanupStack::PopAndDestroy( friendBuffer ); + TRACE_EXIT_POINT;