webengine/widgetinstaller/Src/WidgetBackupRegistryXml.cpp
changeset 28 d39add9822e2
parent 27 6297cdf66332
child 32 ea4b2e4f7cac
equal deleted inserted replaced
27:6297cdf66332 28:d39add9822e2
     1 //
     1 /*
     2 // ==============================================================================
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     3 //  Name        : WidgetBackupRegistryXml.cpp
     3 * All rights reserved.
     4 //  Part of     : WidgetRegistry
     4 * This component and the accompanying materials are made available
     5 //  Interface   :
     5 * under the terms of "Eclipse Public License v1.0"
     6 //  Description : Processes registry persistent data in XML.
     6 * which accompanies this distribution, and is available
     7 //  Version     : 5.0
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     8 *
     9 //  Copyright © 2008 Nokia Corporation.
     9 * Initial Contributors:
    10 //  This material, including documentation and any related
    10 * Nokia Corporation - initial contribution.
    11 //  computer programs, is protected by copyright controlled by
    11 *
    12 //  Nokia Corporation. All rights are reserved. Copying,
    12 * Contributors:
    13 //  including reproducing, storing, adapting or translating, any
    13 *
    14 //  or all of this material requires the prior written consent of
    14 * Description:  Processes registry persistent data in XML.
    15 //  Nokia Corporation. This material also contains confidential
    15 *
    16 //  information which may not be disclosed to others without the
    16 */
    17 //  prior written consent of Nokia Corporation.
    17 
    18 // ==============================================================================
       
    19 ///
       
    20 
       
    21 // INCLUDE FILES
       
    22 
    18 
    23 #include <e32base.h>
    19 #include <e32base.h>
    24 #include <f32file.h>
    20 #include <f32file.h>
    25 #include <libxml2_globals.h>
    21 #include <libxml2_globals.h>
    26 #include <libxml2_parser.h>
    22 #include <libxml2_parser.h>