aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerField.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-02 15:17:54 +0000
committerVincent Richard <[email protected]>2005-01-02 15:17:54 +0000
commitd9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9 (patch)
tree0e1925c761c61ed833605206ac6d2d10f789770a /src/headerField.cpp
parentAdded unit tests for 'utility::path'. (diff)
downloadvmime-d9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9.tar.gz
vmime-d9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9.zip
Added setValue(string).
Diffstat (limited to 'src/headerField.cpp')
-rw-r--r--src/headerField.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/headerField.cpp b/src/headerField.cpp
index 39809d23..5a3e0a62 100644
--- a/src/headerField.cpp
+++ b/src/headerField.cpp
@@ -107,4 +107,10 @@ const std::vector <const component*> headerField::getChildComponents() const
}
+void headerField::setValue(const string& value)
+{
+ parse(value);
+}
+
+
} // vmime