X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltoolingtest%2FXMLObjectBaseTestCase.h;h=a90b1fc44f2fbcf30932c4768ea4574ce50ba9b8;hp=d2d56c0f04abc40724347caac86de289fa804463;hb=c61580d5c20b1af1c8c7e30f8811aae322c30de2;hpb=f48caaeb67b63f254ea29ab55b883dc38a6f1761 diff --git a/xmltoolingtest/XMLObjectBaseTestCase.h b/xmltoolingtest/XMLObjectBaseTestCase.h index d2d56c0..a90b1fc 100644 --- a/xmltoolingtest/XMLObjectBaseTestCase.h +++ b/xmltoolingtest/XMLObjectBaseTestCase.h @@ -96,6 +96,7 @@ public: return new SimpleXMLObject(*this); } + const XMLCh* getXMLID() const { return getId(); } const XMLCh* getId() const { return m_id; } void setId(const XMLCh* id) { m_id=prepareForAssignment(m_id,id); }