os/kernelhwsrv/kerneltest/f32test/shostmassstorage/msman/client/rusbhostsession.h
Update contrib.
1 // Copyright (c) 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.
23 #ifndef RUSBHOSTSESSION_H
24 #define RUSBHOSTSESSION_H
26 static const TUid KUsbHostServerUid3 = {0x10282b48};
28 class RUsbHostSession : public RSessionBase
31 IMPORT_C RUsbHostSession();
33 IMPORT_C TInt Connect();
34 IMPORT_C TInt Start();
38 TVersion Version() const;
42 #endif // RUSBHOSTSESSION_H