First cut at signing support.
[shibboleth/cpp-xmltooling.git] / xmltooling / XMLObject.h
index e8fb52a..1ff2ce7 100644 (file)
@@ -37,7 +37,6 @@ namespace xmltooling {
     {\r
         MAKE_NONCOPYABLE(XMLObject);\r
     public:\r
-        XMLObject() {}\r
         virtual ~XMLObject() {}\r
         \r
         /**\r
@@ -143,6 +142,9 @@ namespace xmltooling {
          * @return the list of children\r
          */\r
         virtual const std::list<XMLObject*>& getOrderedChildren() const=0;\r
+\r
+    protected:\r
+        XMLObject() {}\r
     };\r
 \r
 };\r