emailservices/emailstore/message_store/server/src/ContainerStoreContainersTable.cpp
changeset 75 47d84de1c893
parent 72 64e38f08e49c
child 76 38bf5461e270
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   624 
   624 
   625 	PutRowUpdatesL();
   625 	PutRowUpdatesL();
   626 	
   626 	
   627 	RBuf8 myDescendentCounts;
   627 	RBuf8 myDescendentCounts;
   628 	CleanupClosePushL( myDescendentCounts );
   628 	CleanupClosePushL( myDescendentCounts );
   629 	myDescendentCounts.Create( iTable.ColLength( iChildrenCountsColNum ) );
   629 	myDescendentCounts.CreateL( iTable.ColLength( iChildrenCountsColNum ) );
   630 	
   630 	
   631 	ChildrenCountsL( myDescendentCounts, ETrue  );
   631 	ChildrenCountsL( myDescendentCounts, ETrue  );
   632 	
   632 	
   633 	RBuf8 myCounts;
   633 	RBuf8 myCounts;
   634 	CleanupClosePushL( myCounts );
   634 	CleanupClosePushL( myCounts );