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/addressList.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/addressList.cpp') diff --git a/src/addressList.cpp b/src/addressList.cpp index b10bfe1a..2ac24776 100644 --- a/src/addressList.cpp +++ b/src/addressList.cpp @@ -248,6 +248,14 @@ const std::vector addressList::getAddressList() } +const std::vector addressList::getChildComponents() const +{ + std::vector list; + + copy_vector(m_list, list); + + return (list); +} } // vmime -- cgit