diff options
| author | Vincent Richard <[email protected]> | 2005-01-28 18:50:53 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-28 18:50:53 +0100 |
| commit | 4ae97ddb0957c626a01682e24c68710e608bcc43 (patch) | |
| tree | b81b4898dbfae5a81a6ca6820c7530bc39acf3e9 /SConstruct | |
| parent | Fixed bug with signed/unsigned char. (diff) | |
| download | vmime-4ae97ddb0957c626a01682e24c68710e608bcc43.tar.gz vmime-4ae97ddb0957c626a01682e24c68710e608bcc43.zip | |
Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,7 @@ libvmime_sources = [ 'contentTypeField.cpp', 'contentTypeField.hpp', 'dateTime.cpp', 'dateTime.hpp', 'defaultAttachment.cpp', 'defaultAttachment.hpp', + 'emptyContentHandler.cpp', 'emptyContentHandler.hpp', 'encoder.cpp', 'encoder.hpp', 'encoder7bit.cpp', 'encoder7bit.hpp', 'encoder8bit.cpp', 'encoder8bit.hpp', @@ -132,6 +133,8 @@ libvmime_sources = [ 'relay.cpp', 'relay.hpp', 'standardFields.hpp', 'standardParams.hpp', + 'stringContentHandler.cpp', 'stringContentHandler.hpp', + 'streamContentHandler.cpp', 'streamContentHandler.hpp', 'text.cpp', 'text.hpp', 'textPartFactory.cpp', 'textPartFactory.hpp', 'textPart.hpp', |
