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/mailboxGroup.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/mailboxGroup.cpp') diff --git a/src/mailboxGroup.cpp b/src/mailboxGroup.cpp index eac2a125..7b830030 100644 --- a/src/mailboxGroup.cpp +++ b/src/mailboxGroup.cpp @@ -350,4 +350,15 @@ const std::vector mailboxGroup::getMailboxList() } +const std::vector mailboxGroup::getChildComponents() const +{ + std::vector list; + + copy_vector(m_list, list); + + return (list); + +} + + } // vmime -- cgit v1.2.3