aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.cpp
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/charset.cpp
parentUpdated ChangeLog. (diff)
downloadvmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz
vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip
Added component::getChildComponents() function.
Diffstat (limited to 'src/charset.cpp')
-rw-r--r--src/charset.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/charset.cpp b/src/charset.cpp
index 5a06722c..793ea1f7 100644
--- a/src/charset.cpp
+++ b/src/charset.cpp
@@ -274,4 +274,10 @@ void charset::copyFrom(const component& other)
}
+const std::vector <const component*> charset::getChildComponents() const
+{
+ return std::vector <const component*>();
+}
+
+
} // vmime