summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Dgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Dgram.h')
-rw-r--r--ace/LSOCK_Dgram.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/LSOCK_Dgram.h b/ace/LSOCK_Dgram.h
index 4a1b43eaf8c..4d6939e1c73 100644
--- a/ace/LSOCK_Dgram.h
+++ b/ace/LSOCK_Dgram.h
@@ -1,4 +1,5 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
+
//=============================================================================
/**
@@ -26,14 +27,12 @@
#include "ace/SOCK_Dgram.h"
#include "ace/LSOCK.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_LSOCK_Dgram
*
* @brief Create a Local ACE_SOCK datagram.
*/
-class ACE_Export ACE_LSOCK_Dgram : public ACE_SOCK_Dgram, public ACE_LSOCK
+class ACE_Sockets_Export ACE_LSOCK_Dgram : public ACE_SOCK_Dgram, public ACE_LSOCK
{
public:
// = Initialization methods.
@@ -63,8 +62,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/LSOCK_Dgram.inl"
#endif /* __ACE_INLINE__ */