browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlEntity.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Resolves entities.
    14 * Description:  Resolves entities.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
       
    19 
    18 #include <EscapeUtils.h>
    20 #include <EscapeUtils.h>
    19 #include <libxml2_xmlmemory.h>
    21 #include <libxml2_xmlmemory.h>
    20 #include <libxml2_globals.h>
    22 #include <libxml2_globals.h>
    21 
    23 
    22 #include "CleanupLibXml2.h"
    24 #include "CleanupLibXml2.h"
    23 #include <leaktracker.h>
    25 #include "LeakTracker.h"
    24 #include "XmlEntity.h"
    26 #include "XmlEntity.h"
       
    27 
    25 
    28 
    26 // Private consts.
    29 // Private consts.
    27 // -------------------------------------------------------------------------
    30 // -------------------------------------------------------------------------
    28 // Note:		This array must be sorted by entity name.  The lookup function
    31 // Note:		This array must be sorted by entity name.  The lookup function
    29 //				does a binary search. */
    32 //				does a binary search. */