https://issues.shibboleth.net/jira/browse/CPPXT-32
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractComplexElement.h
index d163f29..cf88200 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.
@@ -41,9 +41,7 @@ namespace xmltooling {
     public:
         virtual ~AbstractComplexElement();
         
-        bool hasChildren() const {
-            return !m_children.empty();
-        }
+        bool hasChildren() const;
 
         const std::list<XMLObject*>& getOrderedChildren() const {
             return m_children;