MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ~QOS_XML_String_Handler

Method ~QOS_XML_String_Handler

dds/DCPS/QOS_XML_Handler/XML_String_Intf.cpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 QOS_XML_String_Handler::~QOS_XML_String_Handler()
59 {
60 if (finalDoc_ != 0)
61 finalDoc_->release();
62 delete parser_;
63 delete res_;
64 delete eh_;
65
66 XMLPlatformUtils::Terminate();
67 }
68
69 DDS::ReturnCode_t
70 QOS_XML_String_Handler::init(const ACE_TCHAR * membuf)

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected