diff options
Diffstat (limited to 'ACE/ACEXML/common/ContentHandler.cpp')
-rw-r--r-- | ACE/ACEXML/common/ContentHandler.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/ACEXML/common/ContentHandler.cpp b/ACE/ACEXML/common/ContentHandler.cpp new file mode 100644 index 00000000000..633342fd6b1 --- /dev/null +++ b/ACE/ACEXML/common/ContentHandler.cpp @@ -0,0 +1,11 @@ +#include "ContentHandler.h" + + +ACE_RCSID (common, + ContentHandler, + "$Id$") + + +ACEXML_ContentHandler::~ACEXML_ContentHandler (void) +{ +} |