diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-16 04:58:21 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-16 04:58:21 +0000 |
commit | 59f34ab3a190e5fa81a86f880253859bae814c96 (patch) | |
tree | fdac77881fad91305ba9edcdbd54b2ee0aeb5cfb /ace/SOCK_Acceptor.h | |
parent | 4af92b5c748b97a35cab4fadd58b8aa6b6d679dc (diff) | |
download | ATCD-59f34ab3a190e5fa81a86f880253859bae814c96.tar.gz |
See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Acceptor.h')
-rw-r--r-- | ace/SOCK_Acceptor.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/SOCK_Acceptor.h b/ace/SOCK_Acceptor.h index d5253ab109b..7be8f0979bf 100644 --- a/ace/SOCK_Acceptor.h +++ b/ace/SOCK_Acceptor.h @@ -37,6 +37,9 @@ public: int protocol = 0); // Initiate a passive mode socket. + ~ACE_SOCK_Acceptor (void); + // Default dtor. + int open (const ACE_Addr &local_sap, int reuse_addr = 0, int protocol_family = PF_INET, @@ -76,8 +79,8 @@ private: // Do not allow this function to percolate up to this interface... }; -#if defined (__ACE_INLINE__) +#if !defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/SOCK_Acceptor.i" -#endif /* __ACE_INLINE__ */ +#endif /* ACE_LACKS_INLINE_FUNCTIONS */ #endif /* ACE_SOCK_ACCEPTOR_H */ |