summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/Entity_Manager.cpp
blob: 0b781b6f0e41950e21872a18b6b8c2ba55489e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#include "ACEXML/parser/parser/Entity_Manager.h"

static const ACEXML_Char empty_string[] = { 0 };

#if !defined (__ACEXML_INLINE__)
# include "ACEXML/parser/parser/Entity_Manager.i"
#endif /* __ACEXML_INLINE__ */


ACEXML_Entity_Manager::ACEXML_Entity_Manager (void)
  : entities_ ()
{

}

ACEXML_Entity_Manager::~ACEXML_Entity_Manager (void)
{
}