calendarui/server/CalenSvr/src/CalenServer.cpp
branchRCL_3
changeset 18 d68a4b5d5885
parent 15 9711e452b5e9
child 28 96907930389d
--- 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;