diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-10 08:49:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-10 08:49:56 +0000 |
commit | 64d036b51612261ffa53bbdba38ff8e6e99fc016 (patch) | |
tree | ff947ccd272b645b872902a961c0907b7f974469 /ace/LSOCK_Stream.h | |
parent | 7db29418e44bdce4e3df96493b852118cdd82a4a (diff) | |
download | ATCD-64d036b51612261ffa53bbdba38ff8e6e99fc016.tar.gz |
eon
Diffstat (limited to 'ace/LSOCK_Stream.h')
-rw-r--r-- | ace/LSOCK_Stream.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/LSOCK_Stream.h b/ace/LSOCK_Stream.h index be37419b15b..ac8448fc13d 100644 --- a/ace/LSOCK_Stream.h +++ b/ace/LSOCK_Stream.h @@ -37,6 +37,7 @@ public: ACE_HANDLE get_handle (void) const; // Get handle. + void set_handle (ACE_HANDLE fd); // Overrides set_handle from the base classes. @@ -46,9 +47,9 @@ public: ACE_ALLOC_HOOK_DECLARE; // Declare the dynamic allocation hooks. -private: int get_remote_addr (ACE_Addr &) const; - // Do not allow this function to percolate up to this interface... + // This method simply returns the "local" addr (since they are the + // same for UNIX domain sockets). }; #include "ace/LSOCK_Stream.i" |