diff options
author | Vincent Richard <[email protected]> | 2005-01-02 15:17:54 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-01-02 15:17:54 +0000 |
commit | d9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9 (patch) | |
tree | 0e1925c761c61ed833605206ac6d2d10f789770a /src/headerField.cpp | |
parent | Added unit tests for 'utility::path'. (diff) | |
download | vmime-d9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9.tar.gz vmime-d9a7e2279b7757594eb4b9b2154fbdcc2eb9a9e9.zip |
Added setValue(string).
Diffstat (limited to 'src/headerField.cpp')
-rw-r--r-- | src/headerField.cpp | 6 |
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 |