From a2828f6ae67c3d7294118a8144b1b2ec431237c4 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 22 Jul 2004 00:51:57 +0000 Subject: fix documentation, fix PanamaMAC, fix algorithm names git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- winpipes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winpipes.h') diff --git a/winpipes.h b/winpipes.h index a02005b..78eee6a 100644 --- a/winpipes.h +++ b/winpipes.h @@ -57,7 +57,7 @@ protected: {assert(result==TRUE || result==FALSE); if (!result) HandleError(operation);} }; -//! . +//! pipe-based implementation of NetworkReceiver class WindowsPipeReceiver : public WindowsPipe, public NetworkReceiver { public: @@ -79,7 +79,7 @@ private: bool m_eofReceived; }; -//! . +//! pipe-based implementation of NetworkSender class WindowsPipeSender : public WindowsPipe, public NetworkSender { public: -- cgit v1.2.1