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