os/kernelhwsrv/kerneltest/f32test/shostmassstorage/testclient/usbtestmsclient/inc/drivemanager.inl
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.
14 // Implementations of inline functions declared in drivemanager.h.
25 @return Current drive mount state
27 inline CMassStorageDrive::TMountState CMassStorageDrive::MountState() const
35 inline void CMassStorageDrive::SetMountDisconnected()
37 SetMountState(EDisconnected);
43 inline void CMassStorageDrive::SetMountConnecting()
45 SetMountState(EConnecting);
51 inline void CMassStorageDrive::SetMountDisconnecting()
53 SetMountState(EDisconnecting);
59 inline void CMassStorageDrive::SetMountConnected()
61 SetMountState(EConnected);
64 inline TLun CDriveManager::MaxLun() const