blob: 12e00e20631303f56738e4e6ea16eb515046dcba [file]
// Attribute.cpp: implementation of the Attribute class.
//
//////////////////////////////////////////////////////////////////////
#include <axis/xml/Attribute.h>
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
namespace axisxml {
Attribute::Attribute()
{
}
Attribute::~Attribute()
{
}
}