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_medchg.h
24 #ifndef __PCCD_MEDCHG_H__
25 #define __PCCD_MEDCHG_H__
28 NONSHARABLE_CLASS(DPlatPcCardMediaChange) : public DPcCardMediaChange
31 DPlatPcCardMediaChange(TInt aMediaChangeNum);
32 virtual TInt Create();
34 virtual void ForceMediaChange();
35 virtual void DoDoorOpen();
36 virtual void DoDoorClosed();
37 virtual TMediaState MediaState();
38 static void DelayCallBack(TAny* aPtr);
39 static void Isr(TAny* aPtr);
42 NTimer iDelayCallBack;