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/encoding.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/encoding.cpp') diff --git a/src/encoding.cpp b/src/encoding.cpp index de7e3287..4b270c8d 100644 --- a/src/encoding.cpp +++ b/src/encoding.cpp @@ -187,4 +187,10 @@ void encoding::setName(const string& name) } +const std::vector encoding::getChildComponents() const +{ + return std::vector (); +} + + } // vmime -- cgit v1.2.3