aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp/SMTPCommandSet.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-06 21:49:21 +0000
committerVincent Richard <[email protected]>2013-03-06 21:49:27 +0000
commitaa8f39e321efc6adeb9082b65bacae4a8bbe9ef2 (patch)
tree0bfd6b1e2010e00a55409cba1f3b4f69518f3d4d /src/net/smtp/SMTPCommandSet.cpp
parentFixed maximum block size for read(). (diff)
downloadvmime-aa8f39e321efc6adeb9082b65bacae4a8bbe9ef2.tar.gz
vmime-aa8f39e321efc6adeb9082b65bacae4a8bbe9ef2.zip
Fixed compilation warnings.
Diffstat (limited to 'src/net/smtp/SMTPCommandSet.cpp')
-rw-r--r--src/net/smtp/SMTPCommandSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/smtp/SMTPCommandSet.cpp b/src/net/smtp/SMTPCommandSet.cpp
index 0454e184..a967c3a6 100644
--- a/src/net/smtp/SMTPCommandSet.cpp
+++ b/src/net/smtp/SMTPCommandSet.cpp
@@ -124,7 +124,7 @@ const string SMTPCommandSet::getText() const
}
-const bool SMTPCommandSet::isFinished() const
+bool SMTPCommandSet::isFinished() const
{
return (m_pipeline && m_started) || (m_commands.size() == 0 && m_started);
}