diff options
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index 98714147289..10f69ca9b89 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -13,7 +13,6 @@ */ //============================================================================= - #ifndef ACE_SOCK_DGRAM_MCAST_H #define ACE_SOCK_DGRAM_MCAST_H #include "ace/pre.h" @@ -38,7 +37,8 @@ class ACE_Export ACE_SOCK_Dgram_Mcast : public ACE_SOCK_Dgram_Mcast_Ex <ACE_SDM_DEFOPT_LOCK> { - +public: + ACE_SOCK_Dgram_Mcast (void) {} }; #include "ace/post.h" |