Update contrib.
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\drivers\pccd_vcc.h
24 #ifndef __PCCD_VCC_H__
25 #define __PCCD_VCC_H__
28 NONSHARABLE_CLASS(DPlatPcCardVcc) : public DPcCardVcc
31 DPlatPcCardVcc(TInt aPsuNum, TInt aMediaChangeNum);
32 virtual ~DPlatPcCardVcc();
33 virtual void DoSetState(TPBusPsuState aState);
34 virtual void DoCheckVoltage();
36 virtual void PsuInfo(TPBusPsuInfo &anInfo);