os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/inc/cusbmassstorageserver.inl
Update contrib.
1 // Copyright (c) 2004-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.
15 // @internalTechnology
16 // Implements a Symbian OS server that exposes the RUsbMassStorge API
20 #ifndef __CUSBMASSSTORAGESERVER_INL__
21 #define __CUSBMASSSTORAGESERVER_INL__
25 Returns a reference to the CUsbMassStorageController
28 @return the reference to the CUsbMassStorageController
30 inline CUsbMassStorageController& CUsbMassStorageServer::Controller() const
41 inline TInt CUsbMassStorageServer::SessionCount() const
46 #endif // __CUSBMASSSTORAGESERVER_INL__