summaryrefslogtreecommitdiff
path: root/winpipes.h
diff options
context:
space:
mode:
Diffstat (limited to 'winpipes.h')
-rw-r--r--winpipes.h4
1 files changed, 2 insertions, 2 deletions
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: