summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-26 19:29:15 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-26 19:29:15 -0400
commit16768df2e51ebd36175a937f21777d9e66d20ed9 (patch)
treea671162a23751b34c21f647cbfc03b6587e6b6a0 /filters.h
parentca97f6fafbdc83b8e8a74dbfc63951f5f84dbafb (diff)
downloadcryptopp-git-16768df2e51ebd36175a937f21777d9e66d20ed9.tar.gz
Update documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/filters.h b/filters.h
index d7503f8a..f7108427 100644
--- a/filters.h
+++ b/filters.h
@@ -1308,7 +1308,9 @@ public:
{PumpMessages2(count); return count;}
/// \brief Pump all data to attached transformation
- /// \details Internally, PumpAll() calls PumpAll2().
+ /// \details Internally, PumpAll() calls PumpAll2(). PumpAll() signals the
+ /// end of the current message as if MessageEnd() was called. To avoid the
+ /// MessageEnd() signal call Pump(-1).
void PumpAll()
{PumpAll2();}