2 #include "TestObject.h"
5 TestObject::TestObject(
void)
10 TestObject::~TestObject(
void)
virtual void Load(CStdXml &oXml)
Loads this object from an xml packet.
virtual void Trace(std::ostream &oOs)
Traces this object to an output stream.
virtual CStdSerialize * Clone()
Makes a deep copy of this object.
A standard xml manipulation class.
virtual void Save(CStdXml &oXml)
Saves this object to an xml packet..
Standard serialize class.