1 /* |
1 /* |
2 * ============================================================================== |
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
3 * Name : WidgetRegistryXml.h |
3 * All rights reserved. |
4 * Part of : Widget Registry |
4 * This component and the accompanying materials are made available |
5 * Interface : Widget Registry API |
5 * under the terms of "Eclipse Public License v1.0" |
6 * Description : This file contains the header file of the CWidgetBackupRegistryXml class. |
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This file contains the header file of the CWidgetBackupRegistryXml class. |
7 * |
15 * |
8 * This class processes persistent registry data in XML. |
16 * This class processes persistent registry data in XML. |
9 * Version : %version: 7 % |
|
10 * |
17 * |
11 * Copyright © 2008 Nokia Corporation. |
|
12 * This material, including documentation and any related |
|
13 * computer programs, is protected by copyright controlled by |
|
14 * Nokia Corporation. All rights are reserved. Copying, |
|
15 * including reproducing, storing, adapting or translating, any |
|
16 * or all of this material requires the prior written consent of |
|
17 * Nokia Corporation. This material also contains confidential |
|
18 * information which may not be disclosed to others without the |
|
19 * prior written consent of Nokia Corporation. |
|
20 * ============================================================================== |
|
21 */ |
18 */ |
|
19 |
22 |
20 |
23 #ifndef WIDGETBACKUPREGISTRYXML_H |
21 #ifndef WIDGETBACKUPREGISTRYXML_H |
24 #define WIDGETBACKUPREGISTRYXML_H |
22 #define WIDGETBACKUPREGISTRYXML_H |
25 |
23 |
26 // INCLUDES |
24 // INCLUDES |
27 #include <libxml2_tree.h> |
25 #include <libxml2_tree.h> |
28 #include "WidgetRegistryConstants.h" |
26 #include "widgetregistryconstants.h" |
29 #include "WidgetPropertyValue.h" |
27 #include "widgetpropertyvalue.h" |
30 |
28 |
31 class RFs; |
29 class RFs; |
32 /** |
30 /** |
33 * CWidgetBackupRegistryXml |
31 * CWidgetBackupRegistryXml |
34 * @since 5.0 |
32 * @since 5.0 |