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/text.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/text.cpp') diff --git a/src/text.cpp b/src/text.cpp index b2f29966..cfbbea7a 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -840,4 +840,11 @@ void text::decodeAndUnfold(const string::const_iterator& inStart, const string:: } +const std::vector text::getChildComponents() const +{ + // TODO: 'word' should inherit from 'component' + return std::vector (); +} + + } // vmime -- cgit v1.2.3