X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fimpl%2FAnyElement.h;fp=xmltooling%2Fimpl%2FAnyElement.h;h=4151cd3cd62cb460d12308980a93ccacfe648cca;hb=fcaca17619b128556bdd7f19dbb0fb5688259fac;hp=5fad8ecfe6ddf700f93b897e40ff6cf7c4ed4c8e;hpb=762a64cd6bbedf98fc57d0541e718a6fbfa42142;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/impl/AnyElement.h b/xmltooling/impl/AnyElement.h index 5fad8ec..4151cd3 100644 --- a/xmltooling/impl/AnyElement.h +++ b/xmltooling/impl/AnyElement.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,15 +49,14 @@ namespace xmltooling { { /// @cond OFF public: - virtual ~AnyElementImpl() {} + virtual ~AnyElementImpl(); - AnyElementImpl(const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix=NULL, const QName* schemaType=NULL) - : AbstractXMLObject(nsURI, localName, prefix, schemaType) {} + AnyElementImpl(const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix=NULL, const QName* schemaType=NULL); XMLObject* clone() const; protected: - AnyElementImpl() {} + AnyElementImpl(); AnyElementImpl(const AnyElementImpl& src); IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject,m_children.end());