kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/sdcard.cpp
changeset 200 73ea206103e6
parent 102 ef2a444a7410
child 259 57b9594f5772
equal deleted inserted replaced
152:657f875b013e 200:73ea206103e6
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-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 the License "Eclipse Public License v1.0"
     4 // under the terms of the License "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".
    25 
    25 
    26 
    26 
    27 // ======== TSDCard ========
    27 // ======== TSDCard ========
    28 
    28 
    29 TSDCard::TSDCard()
    29 TSDCard::TSDCard()
    30 :	iProtectedAreaSize(0), iPARootDirEnd(KPARootDirEndUnknown)
    30 :	iProtectedAreaSize(0), iPARootDirEnd(KPARootDirEndUnknown), iClientCountSD(0)
    31 	{
    31 	{
    32 	// empty
    32 	// empty
    33 	}
    33 	}
    34 
    34 
    35 TInt64 TSDCard::DeviceSize64() const
    35 TInt64 TSDCard::DeviceSize64() const