1 /* |
1 // |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 // ============================================================================ |
3 * All rights reserved. |
3 // Name : WidgetMMCHandler.cpp |
4 * This component and the accompanying materials are made available |
4 // Part of : SW Installer UIs / WidgetInstallerUI |
5 * under the terms of "Eclipse Public License v1.0" |
5 // |
6 * which accompanies this distribution, and is available |
6 // Description: Handle notifications of MMC events. |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
8 * |
8 // |
9 * Initial Contributors: |
9 // Version : 3.1 |
10 * Nokia Corporation - initial contribution. |
10 // |
11 * |
11 // Copyright © 2006 Nokia Corporation. |
12 * Contributors: |
12 // This material, including documentation and any related |
13 * |
13 // computer programs, is protected by copyright controlled by |
14 * Description: Handle notifications of MMC events. |
14 // Nokia Corporation. All rights are reserved. Copying, |
15 * |
15 // including reproducing, storing, adapting or translating, any |
16 * |
16 // or all of this material requires the prior written consent of |
17 * |
17 // Nokia Corporation. This material also contains confidential |
18 */ |
18 // information which may not be disclosed to others without the |
19 |
19 // prior written consent of Nokia Corporation. |
|
20 // ============================================================================== |
|
21 /// |
|
22 |
|
23 // INCLUDE FILES |
20 #include "WidgetMMCHandler.h" |
24 #include "WidgetMMCHandler.h" |
21 #include "WidgetRegistry.h" |
25 #include "WidgetRegistry.h" |
22 |
26 |
23 // CONSTANTS |
27 // CONSTANTS |
24 LOG_NAMES( "widreg", "widrmmc.txt" ) |
28 LOG_NAMES( "widreg", "widrmmc.txt" ) |