persistentstorage/store/UCONT/UC_SET.CPP
changeset 51 7d4490026038
parent 0 08ec8eefde2f
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    78 EXPORT_C TInt TPagedSetBase::RepairL()
    78 EXPORT_C TInt TPagedSetBase::RepairL()
    79 //
    79 //
    80 // Repair a broken set.
    80 // Repair a broken set.
    81 //
    81 //
    82 	{
    82 	{
    83 	TInt count=RepairL();
    83 	TInt count=iTree.RepairL();
    84 	iCount=count;
    84 	iCount=count;
    85 	return count;
    85 	return count;
    86 	}
    86 	}
    87 
    87 
    88 EXPORT_C void TPagedSetBase::ClearL()
    88 EXPORT_C void TPagedSetBase::ClearL()