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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/LSOCK_CODgram.h b/ace/LSOCK_CODgram.h
index e0c8cfc6dfb..f3d8e1e54c3 100644
--- a/ace/LSOCK_CODgram.h
+++ b/ace/LSOCK_CODgram.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -27,6 +27,8 @@
#include "ace/SOCK_CODgram.h"
#include "ace/Addr.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_LSOCK_CODgram
*
@@ -65,6 +67,8 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/LSOCK_CODgram.inl"
#endif /* __ACE_INLINE__ */