summaryrefslogtreecommitdiff
path: root/ace/LSOCK_CODgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_CODgram.h')
-rw-r--r--ace/LSOCK_CODgram.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/LSOCK_CODgram.h b/ace/LSOCK_CODgram.h
index 3f017e8816b..e0c8cfc6dfb 100644
--- a/ace/LSOCK_CODgram.h
+++ b/ace/LSOCK_CODgram.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -27,15 +27,13 @@
#include "ace/SOCK_CODgram.h"
#include "ace/Addr.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_LSOCK_CODgram
*
* @brief Defines the member functions for the <ACE_LSOCK> connected
* datagram abstraction.
*/
-class ACE_Export ACE_LSOCK_CODgram : public ACE_SOCK_CODgram, public ACE_LSOCK
+class ACE_Sockets_Export ACE_LSOCK_CODgram : public ACE_SOCK_CODgram, public ACE_LSOCK
{
public:
// = Initialization methods.
@@ -67,8 +65,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/LSOCK_CODgram.inl"
#endif /* __ACE_INLINE__ */