diff -r fa9941cf3867 -r 667e88a979d7 persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h --- a/persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h Fri Mar 12 15:51:02 2010 +0200 +++ b/persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h Mon Mar 15 12:46:30 2010 +0200 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-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" @@ -45,7 +45,7 @@ static CSqlCompactConn* NewL(const TDesC& aFullName, TSqlFreePageCallback& aFreePageCallback); virtual ~CSqlCompactConn(); virtual void Release(); - virtual TInt Compact(TInt aPageCount, TInt& aProcessedPageCOunt, TInt aLength); + virtual TInt Compact(TInt aPageCount, TInt& aProcessedPageCount, TInt aLength); void Invariant() const; private: