From 4bd4ac21f11fdb5b76ffda985397398102a81e9b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Dec 2020 11:30:44 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5) --- mimelib/Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mimelib') diff --git a/mimelib/Changes b/mimelib/Changes index ce961cce5..4f1d7467c 100644 --- a/mimelib/Changes +++ b/mimelib/Changes @@ -97,7 +97,7 @@ o Added utility functions for doing end-of-line marker conversions: Jan 25, 1997 -o Parsers for entities (entity.cc) and bodies (body.cc) changed to handle +o Parsers for entities (entity.cpp) and bodies (body.cpp) changed to handle CR LF end-of-line (DOS and MIME) in addition to LF end-of-line (UNIX and C). @@ -169,7 +169,7 @@ o Added member function CreateFieldBody() to DwField. o Improvements to the wrapper classes used in the examples. -o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cc). +o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cpp). o The documentation now includes a tutorial. -- cgit v1.2.1