From e90dbe0dd308fca3d6387209b50458bdfb2aeaa6 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 24 Dec 2004 12:37:52 +0000 Subject: Renamed class 'disposition' to 'contentDisposition'. --- src/constants.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/constants.hpp') 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; -- cgit v1.2.3