summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/parser/parser/Entity_Manager.cpp
blob: a73cbb1b7ea30dfb23aa9112d95804056cc8a68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "ACEXML/parser/parser/Entity_Manager.h"

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


ACEXML_Entity_Manager::ACEXML_Entity_Manager ()
  : entities_ (0)
{
}

ACEXML_Entity_Manager::~ACEXML_Entity_Manager ()
{
  this->reset();
}