poco/XML/src/Attributes.cpp

28 lines
344 B
C++
Raw Normal View History

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