First public contribution.
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.
26 class CMsDrive: public CBase
29 static CMsDrive* NewL();
36 void GetInitialDriveMapL();
37 TBool GetUsbDeviceL();
39 void SetSessionPathL();
40 const TFileName& GetSessionPath() const;
41 TInt DriveNumber() const;
42 TBool DrivePresent() const;
46 TFileName iSessionPath;
48 TDriveList iOriginalDrivelist;
50 // Drive list after new MS device has been mounted
51 TDriveList iMsDrivelist;
55 inline TInt CMsDrive::DriveNumber() const