diff -r 64e38f08e49c -r 47d84de1c893 emailservices/emailstore/message_store/server/src/ContainerStoreAccountTable.cpp --- a/emailservices/emailstore/message_store/server/src/ContainerStoreAccountTable.cpp Fri Sep 17 08:27:21 2010 +0300 +++ b/emailservices/emailstore/message_store/server/src/ContainerStoreAccountTable.cpp Mon Oct 04 00:05:37 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -179,7 +179,7 @@ iTable.SetColL( iOwnerIdColNum, aOwnerId ); iTable.SetColL( iMailBoxIdColNum, aMailboxId ); - totalCounts.Create( iCountsLength ); + totalCounts.CreateL( iCountsLength ); iCustomBehaviorProvider.InitializeCounts( totalCounts ); iTable.SetColL( iTotalCountsColNum, totalCounts );