diff -r 345b1ca54e88 -r 039a3e647356 kernel/eka/include/drivers/sdcard.h --- a/kernel/eka/include/drivers/sdcard.h Wed Sep 15 13:42:27 2010 +0300 +++ b/kernel/eka/include/drivers/sdcard.h Wed Oct 13 16:04:24 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -82,16 +82,12 @@ inline TUint32 PARootDirEnd() const; inline void SetPARootDirEnd(TUint32 aPARootDirEnd); virtual TUint MaxTranSpeedInKilohertz() const; - inline void RegisterClient(); - inline void DeregisterClient(); - inline TBool ClientsRegistered(); private: TUint32 iProtectedAreaSize; TUint32 iPARootDirEnd; TUint8 iAUSize; TUint8 iPad[3]; - TUint32 iClientCountSD; - TUint32 iSpare[3]; + TUint32 iSpare[4]; }; class TSDCardArray : public TMMCardArray