diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-25 00:16:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-25 00:16:16 +0000 |
commit | 423fa77d2bade93336f880d7f342f07be5ae640e (patch) | |
tree | 4ca0c4cf0c41504a49af7afdb3addacec2c7102d /ace/SOCK_Dgram_Mcast.h | |
parent | 343f9eb24c60bf81289229e90deec2bc5ab3ae5f (diff) | |
download | ATCD-423fa77d2bade93336f880d7f342f07be5ae640e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index 586627e8a12..1493d78c348 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -22,7 +21,6 @@ #include "ace/SOCK_Dgram.h" #include "ace/INET_Addr.h" -#if defined (ACE_HAS_IP_MULTICAST) class ACE_Export ACE_SOCK_Dgram_Mcast : public ACE_SOCK_Dgram // = TITLE // Defines the member functions for the ACE_SOCK multicast abstraction. @@ -108,5 +106,4 @@ private: #include "ace/SOCK_Dgram_Mcast.i" -#endif /* ACE_HAS_IP_MULTICAST */ #endif /* ACE_SOCK_DGRAM_MCAST_H */ |