diff options
| author | Vincent Richard <[email protected]> | 2004-12-24 12:37:52 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-24 12:37:52 +0000 |
| commit | e90dbe0dd308fca3d6387209b50458bdfb2aeaa6 (patch) | |
| tree | e75c634847e2eceeefa526fca7c138bbaad962e9 /src/constants.cpp | |
| 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 'src/constants.cpp')
| -rw-r--r-- | src/constants.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.cpp b/src/constants.cpp index f4bccee0..d59fea05 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -75,8 +75,8 @@ namespace encodingTypes } -// Disposition types = "RFC-2183) -namespace dispositionTypes +// Content disposition types +namespace contentDispositionTypes { const string::value_type* const INLINE = "inline"; const string::value_type* const ATTACHMENT = "attachment"; |
