poco/XML/src/XMLFilter.cpp

28 lines
347 B
C++
Raw Normal View History

2012-04-29 18:52:25 +00:00
//
// XMLFilter.cpp
//
// Library: XML
// Package: SAX
// Module: SAXFilters
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
2012-04-29 18:52:25 +00:00
//
#include "Poco/SAX/XMLFilter.h"
namespace Poco {
namespace XML {
XMLFilter::~XMLFilter()
{
}
} } // namespace Poco::XML