diff options
Diffstat (limited to 'ace/SOCK_CODgram.h')
-rw-r--r-- | ace/SOCK_CODgram.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h index 7381b33f8f4..9027bd518bc 100644 --- a/ace/SOCK_CODgram.h +++ b/ace/SOCK_CODgram.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- */ +// -*- C++ -*- //============================================================================= /** @@ -31,6 +31,8 @@ #include "ace/Addr.h" #include "ace/INET_Addr.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @class ACE_SOCK_CODgram * @@ -72,6 +74,8 @@ public: ACE_ALLOC_HOOK_DECLARE; }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/SOCK_CODgram.inl" #endif /* __ACE_INLINE__ */ |