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/mailbox.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mailbox.cpp') diff --git a/src/mailbox.cpp b/src/mailbox.cpp index 89ede107..65031064 100644 --- a/src/mailbox.cpp +++ b/src/mailbox.cpp @@ -504,4 +504,10 @@ void mailbox::setEmail(const string& email) } +const std::vector mailbox::getChildComponents() const +{ + return std::vector (); +} + + } // vmime -- cgit v1.2.3