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