diff options
Diffstat (limited to 'ace/SPIPE_Addr.h')
-rw-r--r-- | ace/SPIPE_Addr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/SPIPE_Addr.h b/ace/SPIPE_Addr.h index ffc150b98cd..e6791a8c656 100644 --- a/ace/SPIPE_Addr.h +++ b/ace/SPIPE_Addr.h @@ -1,4 +1,5 @@ // -*- C++ -*- + //========================================================================== /** * @file SPIPE_Addr.h @@ -25,6 +26,8 @@ #include "ace/os_include/sys/os_types.h" #include "ace/os_include/os_dirent.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @class ACE_SPIPE_Addr * @@ -109,6 +112,8 @@ private: // Contents of an SPIPE address. }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/SPIPE_Addr.inl" #endif /* __ACE_INLINE__ */ |