webengine/widgetinstaller/Inc/WidgetBackupRegistryXml.h
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 66 cacf6ee57968
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * ==============================================================================
     3 * All rights reserved.
     3 *  Name        : WidgetRegistryXml.h
     4 * This component and the accompanying materials are made available
     4 *  Part of     : Widget Registry
     5 * under the terms of "Eclipse Public License v1.0"
     5 *  Interface   : Widget Registry API
     6 * which accompanies this distribution, and is available
     6 *  Description : This file contains the header file of the CWidgetBackupRegistryXml class.
     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.
       
    15 *
     7 *
    16 *                This class processes persistent registry data in XML.
     8 *                This class processes persistent registry data in XML.
       
     9 *  Version     : %version: 11 %
    17 *
    10 *
       
    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 * ==============================================================================
    18 */
    21 */
    19 
       
    20 
    22 
    21 #ifndef WIDGETBACKUPREGISTRYXML_H
    23 #ifndef WIDGETBACKUPREGISTRYXML_H
    22 #define WIDGETBACKUPREGISTRYXML_H
    24 #define WIDGETBACKUPREGISTRYXML_H
    23 
    25 
    24 // INCLUDES
    26 // INCLUDES
    25 #include <libxml2_tree.h>
    27 #include <libxml2_tree.h>
    26 #include <widgetregistryconstants.h>
    28 #include "WidgetRegistryConstants.h"
    27 #include <widgetpropertyvalue.h>
    29 #include "WidgetPropertyValue.h"
    28 
    30 
    29 class RFs;
    31 class RFs;
    30 /**
    32 /**
    31 *  CWidgetBackupRegistryXml
    33 *  CWidgetBackupRegistryXml
    32 *  @since 5.0
    34 *  @since 5.0