| // Event.cpp: implementation of the Event class. | |
| // | |
| ////////////////////////////////////////////////////////////////////// | |
| #include <axis/xml/Event.h> | |
| ////////////////////////////////////////////////////////////////////// | |
| // Construction/Destruction | |
| ////////////////////////////////////////////////////////////////////// | |
| namespace axisxml { | |
| Event::Event() | |
| { | |
| } | |
| Event::~Event() | |
| { | |
| } | |
| } | |