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/header.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/header.cpp') diff --git a/src/header.cpp b/src/header.cpp index fbe6921f..492b4576 100644 --- a/src/header.cpp +++ b/src/header.cpp @@ -510,4 +510,14 @@ const std::vector header::getFieldList() } +const std::vector header::getChildComponents() const +{ + std::vector list; + + copy_vector(m_fields, list); + + return (list); +} + + } // vmime -- cgit v1.2.3