Update contrib.
1 // Copyright (c) 2007-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.
21 #ifndef USBDI_CHANNEL_H
22 #define USBDI_CHANNEL_H
28 Logical Device (factory class) for USBDI
30 NONSHARABLE_CLASS(DUsbdiFactory) : public DLogicalDevice
37 // Inherited from DLogicalDevice
38 virtual TInt Install();
39 virtual void GetCaps(TDes8& aDes) const;
40 virtual TInt Create(DLogicalChannelBase*& aChannel);
44 NONSHARABLE_CLASS(DUsbdiChannel) : public DLogicalChannelBase
49 TInt DoCreate(TInt aUnit, const TDesC8* aInfo, const TVersion& aVer);
50 TInt Request(TInt aReqNo, TAny* a1, TAny* a2);
52 virtual void CloseChannel();
58 TInt AllocChunk(TInt aRequestSize, TInt* aChunkHandle, TInt* aOffset);
61 TInt HandleControl(TInt aReqNo, TAny* a1, TAny* a2);
62 TInt HandleRequest(TInt aReqNo, TRequestStatus* aReq, TAny* a1, TAny* a2);
63 TInt HandleCancel(TUint aCancelMask);
66 DUsbInterface* iInterface;
67 DUsbPageList* iPageList; // Owns the shared chunk