From 3217dd9bf9476a544d450e9ac636ca629ad141d9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 20 Dec 2004 12:33:55 +0000 Subject: Added component::getChildComponents() function. --- src/headerField.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/headerField.hpp') diff --git a/src/headerField.hpp b/src/headerField.hpp index 3bdc3116..081c809a 100644 --- a/src/headerField.hpp +++ b/src/headerField.hpp @@ -49,6 +49,8 @@ public: void copyFrom(const component& other); headerField& operator=(const headerField& other); + const std::vector getChildComponents() const; + /** Return the name of this field. * * @return field name -- cgit