webengine/widgetregistry/Server/src/WidgetRegistry.cpp
changeset 5 10e98eab6f85
parent 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
    27 #include "WidgetInstaller.h"
    27 #include "WidgetInstaller.h"
    28 #include <libxml2_globals.h>
    28 #include <libxml2_globals.h>
    29 #include <libc\stdlib.h>
    29 #include <libc\stdlib.h>
    30 #include <libxml2_parser.h>
    30 #include <libxml2_parser.h>
    31 #include <libxml2_tree.h>
    31 #include <libxml2_tree.h>
       
    32 #include <xmlengxestd.h>
    32 #include "WidgetMMCHandler.h"
    33 #include "WidgetMMCHandler.h"
    33 #include "UidAllocator.h"
    34 #include "UidAllocator.h"
    34 #if defined( BRDO_WRT_SECURITY_MGR_FF )
    35 #if defined( BRDO_WRT_SECURITY_MGR_FF )
    35 #include <RTSecManager.h>
    36 #include <RTSecManager.h>
    36 #endif
    37 #endif
  1662 
  1663 
  1663         }   // for
  1664         }   // for
  1664 
  1665 
  1665     xmlFreeDoc(doc);
  1666     xmlFreeDoc(doc);
  1666     xmlCleanupParser();
  1667     xmlCleanupParser();
  1667     xmlCleanupGlobalData();
  1668     XmlEngineCleanup();
  1668     CleanupStack::PopAndDestroy( buf );
  1669     CleanupStack::PopAndDestroy( buf );
  1669     }
  1670     }
  1670 
  1671 
  1671 TBool CWidgetRegistry::InstallDirWidgets(
  1672 TBool CWidgetRegistry::InstallDirWidgets(
  1672     const TDriveUnit& aDriveUnit,
  1673     const TDriveUnit& aDriveUnit,