diff options
Diffstat (limited to 'src/vmime/messageAttachment.hpp')
-rw-r--r-- | src/vmime/messageAttachment.hpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/vmime/messageAttachment.hpp b/src/vmime/messageAttachment.hpp index 641fd3e1..2d95d20b 100644 --- a/src/vmime/messageAttachment.hpp +++ b/src/vmime/messageAttachment.hpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2013 Vincent Richard <[email protected]> +// Copyright (C) 2002 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -29,15 +29,13 @@ #include "vmime/message.hpp" -namespace vmime -{ +namespace vmime { /** Attachment of type message/rfc822. */ +class VMIME_EXPORT messageAttachment : public attachment { -class VMIME_EXPORT messageAttachment : public attachment -{ public: /** Return the message encapsulated in this attachment. @@ -52,4 +50,3 @@ public: #endif // VMIME_MESSAGEATTACHMENT_HPP_INCLUDED - |