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/relay.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/relay.cpp') diff --git a/src/relay.cpp b/src/relay.cpp index 32cc99d8..b2a4d102 100644 --- a/src/relay.cpp +++ b/src/relay.cpp @@ -334,4 +334,11 @@ std::vector & relay::getWithList() } +const std::vector relay::getChildComponents() const +{ + // TODO: should fields inherit from 'component'? (using typeAdapter) + return std::vector (); +} + + } // vmime -- cgit v1.2.3