85
|
1 |
/*
|
98
|
2 |
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
85
|
8 |
*
|
98
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
85
|
17 |
|
|
18 |
#ifndef WIDGETSCANNERUTILS_H
|
|
19 |
#define WIDGETSCANNERUTILS_H
|
|
20 |
|
|
21 |
// INCLUDES
|
|
22 |
#include <e32base.h>
|
|
23 |
#include <driveinfo.h>
|
98
|
24 |
#include "cawidgetscannerdef.h"
|
85
|
25 |
|
|
26 |
// FORWARD DECLARATIONS
|
|
27 |
class CCaInnerEntry;
|
|
28 |
/**
|
|
29 |
* Widget Scanner Utils
|
|
30 |
*
|
|
31 |
* @since Series Series60 5.x
|
|
32 |
*/
|
93
|
33 |
class WidgetScannerUtils
|
85
|
34 |
{
|
|
35 |
public:
|
|
36 |
|
|
37 |
/**
|
93
|
38 |
* Returns current MMC id.
|
|
39 |
* @param aFs file server session reference.
|
|
40 |
* @param aMmcId mmc id reference.
|
|
41 |
*/
|
|
42 |
static void CurrentMmcId( const RFs& aFs, TDes& aMmcId );
|
85
|
43 |
|
|
44 |
};
|
|
45 |
|
|
46 |
#endif // WIDGETSCANNERUTILS_H
|
|
47 |
// End of File
|