diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/SOCK_Stream.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Stream.h')
-rw-r--r-- | ace/SOCK_Stream.h | 2 |
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; |