summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/ParserContext.cpp
blob: fd0792677fb1ea4b0f00e084fd409648e704d8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

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

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

ACEXML_Parser_Context::~ACEXML_Parser_Context()
{
  delete this->instream_;
  this->instream_ = 0;
  delete this->locator_;
  this->locator_ = 0;
}