summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/ParserContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/parser/ParserContext.cpp')
-rw-r--r--ACEXML/parser/parser/ParserContext.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/ACEXML/parser/parser/ParserContext.cpp b/ACEXML/parser/parser/ParserContext.cpp
deleted file mode 100644
index 77592dc13cb..00000000000
--- a/ACEXML/parser/parser/ParserContext.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// $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;
-}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Swap <ACEXML_InputSource*>;
-template class ACE_Swap <ACEXML_LocatorImpl*>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-# pragma instantiate ACE_Swap <ACEXML_InputSource*>
-# pragma instantiate ACE_Swap <ACEXML_LocatorImpl*>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-