diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx index a9ce4eda5c2a..409a68d86cc1 100644 --- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx @@ -116,21 +116,8 @@ void XMLElementWrapper_XmlSecImpl::setNativeElement(const xmlNodePtr pNode) * NAME * setNativeElement -- Configures the libxml2 node wrapped by this object * - * SYNOPSIS - * setNativeElement( pNode ); - * - * FUNCTION - * see NAME - * * INPUTS * pNode - the new libxml2 node to be wrapped by this object - * - * RESULT - * empty - * - * AUTHOR - * Michael Mi - * Email: michael.mi@sun.com ******************************************************************************/ { m_pElement = pNode; |