summaryrefslogtreecommitdiff
path: root/ace/SOCK_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Stream.h')
-rw-r--r--ace/SOCK_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Stream.h b/ace/SOCK_Stream.h
index 287e897a968..f8fc16ee3c7 100644
--- a/ace/SOCK_Stream.h
+++ b/ace/SOCK_Stream.h
@@ -22,13 +22,13 @@
#include "ace/INET_Addr.h"
class ACE_Export ACE_SOCK_Stream : public ACE_SOCK_IO
+{
// = TITLE
// Defines the methods in the <ACE_SOCK_Stream> abstraction.
//
// = DESCRIPTION
// This adds additional wrapper methods atop the <ACE_SOCK_IO>
// class.
-{
public:
//= The following two methods use write and read system calls.
ssize_t send_n (const void *buf, int n) const;