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/typeAdapter.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/typeAdapter.hpp') diff --git a/src/typeAdapter.hpp b/src/typeAdapter.hpp index 6405b108..7ae04a6b 100644 --- a/src/typeAdapter.hpp +++ b/src/typeAdapter.hpp @@ -107,6 +107,11 @@ public: *newLinePos = curLinePos + oss.str().length(); } + const std::vector getChildComponents() const + { + return std::vector (); + } + private: TYPE m_value; -- cgit