X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FAbstractDOMCachingXMLObject.h;h=1e357b92c8685cf372ec9868e854c2570200360a;hb=e0b407e9151cbd322a7f16c82ee40b1ce066d631;hp=fc740f31eff8053d4d16640d2b2e9033191e5816;hpb=4a5c81b3cb6070722bcd7a6288a36e4b33b6a84c;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/AbstractDOMCachingXMLObject.h b/xmltooling/AbstractDOMCachingXMLObject.h index fc740f3..1e357b9 100644 --- a/xmltooling/AbstractDOMCachingXMLObject.h +++ b/xmltooling/AbstractDOMCachingXMLObject.h @@ -61,6 +61,8 @@ namespace xmltooling { XMLObject* clone() const; + void detach(); + protected: AbstractDOMCachingXMLObject() : m_dom(NULL), m_document(NULL) {}