Entity_Manager.cpp

Go to the documentation of this file.
00001 // Entity_Manager.cpp,v 1.9 2006/04/20 09:55:37 jwillemsen Exp
00002 
00003 #include "ACEXML/parser/parser/Entity_Manager.h"
00004 
00005 #if !defined (__ACEXML_INLINE__)
00006 # include "ACEXML/parser/parser/Entity_Manager.i"
00007 #endif /* __ACEXML_INLINE__ */
00008 
00009 
00010 ACEXML_Entity_Manager::ACEXML_Entity_Manager (void)
00011   : entities_ (0)
00012 {
00013 
00014 }
00015 
00016 ACEXML_Entity_Manager::~ACEXML_Entity_Manager (void)
00017 {
00018   this->reset();
00019 }
00020 

Generated on Thu Nov 9 11:45:36 2006 for ACEXML by doxygen 1.3.6