emailservices/emailstore/message_store/server/src/ContainerStoreAccountTable.cpp
changeset 75 47d84de1c893
parent 0 8466d47a6819
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".
   177 	InsertRowLC();
   177 	InsertRowLC();
   178 	 
   178 	 
   179 	iTable.SetColL( iOwnerIdColNum,        aOwnerId );
   179 	iTable.SetColL( iOwnerIdColNum,        aOwnerId );
   180 	iTable.SetColL( iMailBoxIdColNum,      aMailboxId );
   180 	iTable.SetColL( iMailBoxIdColNum,      aMailboxId );
   181 	
   181 	
   182 	totalCounts.Create( iCountsLength );
   182 	totalCounts.CreateL( iCountsLength );
   183     iCustomBehaviorProvider.InitializeCounts( totalCounts );
   183     iCustomBehaviorProvider.InitializeCounts( totalCounts );
   184 	iTable.SetColL( iTotalCountsColNum, totalCounts );
   184 	iTable.SetColL( iTotalCountsColNum, totalCounts );
   185     
   185     
   186     TBool isEncryptionOn = iEncryption.IsEncryptionOn();
   186     TBool isEncryptionOn = iEncryption.IsEncryptionOn();
   187     
   187