diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 2aa4f50f829476ae276ba391127cc7266f603c96 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/MEM_Connector.h | |
parent | 28934d0116426fa37e2a562cfa0d95fa34241051 (diff) | |
download | ATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/MEM_Connector.h')
-rw-r--r-- | ace/MEM_Connector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/MEM_Connector.h b/ace/MEM_Connector.h index 868cec68656..a4caa391813 100644 --- a/ace/MEM_Connector.h +++ b/ace/MEM_Connector.h @@ -31,6 +31,8 @@ #include "ace/MEM_Stream.h" #include "ace/MEM_Addr.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @class ACE_MEM_Connector * @@ -170,6 +172,8 @@ private: ACE_MEM_IO::Signal_Strategy preferred_strategy_; }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/MEM_Connector.inl" #endif /* __ACE_INLINE__ */ |