aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-24 12:37:52 +0000
committerVincent Richard <[email protected]>2004-12-24 12:37:52 +0000
commite90dbe0dd308fca3d6387209b50458bdfb2aeaa6 (patch)
treee75c634847e2eceeefa526fca7c138bbaad962e9 /src/constants.hpp
parentWhen connecting, create root directory if it does not exists. (diff)
downloadvmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.tar.gz
vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.zip
Renamed class 'disposition' to 'contentDisposition'.
Diffstat (limited to 'src/constants.hpp')
-rw-r--r--src/constants.hpp4
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;