aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.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/encoding.hpp
parentUpdated ChangeLog. (diff)
downloadvmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz
vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip
Added component::getChildComponents() function.
Diffstat (limited to 'src/encoding.hpp')
-rw-r--r--src/encoding.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encoding.hpp b/src/encoding.hpp
index 52e48bd5..e8d358ac 100644
--- a/src/encoding.hpp
+++ b/src/encoding.hpp
@@ -66,6 +66,8 @@ public:
const bool operator==(const encoding& value) const;
const bool operator!=(const encoding& value) const;
+ const std::vector <const component*> getChildComponents() const;
+
/** Decide which encoding to use based on the specified data.
*
* \deprecated Use the new decide() method which takes a contentHandler parameter.