diff options
| author | Vincent Richard <[email protected]> | 2004-12-24 13:37:52 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-24 13:37:52 +0100 |
| commit | e90dbe0dd308fca3d6387209b50458bdfb2aeaa6 (patch) | |
| tree | e75c634847e2eceeefa526fca7c138bbaad962e9 /SConstruct | |
| parent | When connecting, create root directory if it does not exists. (diff) | |
| download | vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.tar.gz vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.zip | |
Renamed class 'disposition' to 'contentDisposition'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,12 +36,12 @@ libvmime_sources = [ 'charset.cpp', 'charset.hpp', 'component.cpp', 'component.hpp', 'constants.cpp', 'constants.hpp', + 'contentDisposition.cpp', 'contentDisposition.hpp', 'contentDispositionField.cpp', 'contentDispositionField.hpp', 'contentHandler.cpp', 'contentHandler.hpp', 'contentTypeField.cpp', 'contentTypeField.hpp', 'dateTime.cpp', 'dateTime.hpp', 'defaultAttachment.cpp', 'defaultAttachment.hpp', - 'disposition.cpp', 'disposition.hpp', 'encoder.cpp', 'encoder.hpp', 'encoder7bit.cpp', 'encoder7bit.hpp', 'encoder8bit.cpp', 'encoder8bit.hpp', |
