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/messageId.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/messageId.cpp') diff --git a/src/messageId.cpp b/src/messageId.cpp index 42ac7cb6..35ab76b6 100644 --- a/src/messageId.cpp +++ b/src/messageId.cpp @@ -227,4 +227,10 @@ void messageId::setRight(const string& right) } +const std::vector messageId::getChildComponents() const +{ + return std::vector (); +} + + } // vmime -- cgit v1.2.3