aboutsummaryrefslogtreecommitdiffstats
path: root/src/header.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-20 12:33:55 +0000
committerVincent Richard <[email protected]>2004-12-20 12:33:55 +0000
commit3217dd9bf9476a544d450e9ac636ca629ad141d9 (patch)
tree897f107e1c89a3021c7f3687649bdf8eb0c9477e /src/header.hpp
parentUpdated ChangeLog. (diff)
downloadvmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz
vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip
Added component::getChildComponents() function.
Diffstat (limited to 'src/header.hpp')
-rw-r--r--src/header.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/header.hpp b/src/header.hpp
index bf0b74e9..d191e776 100644
--- a/src/header.hpp
+++ b/src/header.hpp
@@ -214,6 +214,8 @@ public:
void copyFrom(const component& other);
header& operator=(const header& other);
+ const std::vector <const component*> getChildComponents() const;
+
private:
std::vector <headerField*> m_fields;