Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / io / GenericResponse.h
index 57a459d..6b0d55c 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.
@@ -36,9 +36,9 @@ namespace xmltooling {
     class XMLTOOL_API GenericResponse {
         MAKE_NONCOPYABLE(GenericResponse);
     protected:
-        GenericResponse() {}
+        GenericResponse();
     public:
-        virtual ~GenericResponse() {}        
+        virtual ~GenericResponse();
 
         /**
          * Sets or clears the MIME type of the response.