Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / io / AbstractXMLObjectUnmarshaller.h
index fc23c97..d25c18a 100644 (file)
@@ -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.
@@ -38,12 +38,12 @@ namespace xmltooling {
     class XMLTOOL_API AbstractXMLObjectUnmarshaller : public virtual AbstractXMLObject
     {
     public:
-        virtual ~AbstractXMLObjectUnmarshaller() {}
+        virtual ~AbstractXMLObjectUnmarshaller();
 
         XMLObject* unmarshall(xercesc::DOMElement* element, bool bindDocument=false);
             
     protected:
-        AbstractXMLObjectUnmarshaller() {}
+        AbstractXMLObjectUnmarshaller();
 
         /**
          * Unmarshalls the attributes from the given DOM Element into the XMLObject. If the attribute