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.hpp | |
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.hpp')
-rw-r--r-- | src/constants.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index 4e7d13c0..6dc21790 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -79,8 +79,8 @@ namespace vmime } - /** Constants for disposition types (RFC-2183). */ - namespace dispositionTypes + /** Constants for content disposition types (RFC-2183). */ + namespace contentDispositionTypes { extern const string::value_type* const INLINE; extern const string::value_type* const ATTACHMENT; |