aboutsummaryrefslogtreecommitdiffstats
path: root/src/typeAdapter.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-20 13:33:55 +0100
committerVincent Richard <[email protected]>2004-12-20 13:33:55 +0100
commit3217dd9bf9476a544d450e9ac636ca629ad141d9 (patch)
tree897f107e1c89a3021c7f3687649bdf8eb0c9477e /src/typeAdapter.hpp
parentUpdated ChangeLog. (diff)
downloadvmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz
vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip
Added component::getChildComponents() function.
Diffstat (limited to 'src/typeAdapter.hpp')
-rw-r--r--src/typeAdapter.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/typeAdapter.hpp b/src/typeAdapter.hpp
index 6405b108..7ae04a6b 100644
--- a/src/typeAdapter.hpp
+++ b/src/typeAdapter.hpp
@@ -107,6 +107,11 @@ public:
*newLinePos = curLinePos + oss.str().length();
}
+ const std::vector <const component*> getChildComponents() const
+ {
+ return std::vector <const component*>();
+ }
+
private:
TYPE m_value;