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/Synch_Traits.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/Synch_Traits.h')
-rw-r--r-- | ace/Synch_Traits.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Synch_Traits.h b/ace/Synch_Traits.h index a9b9481433b..03e8b25362d 100644 --- a/ace/Synch_Traits.h +++ b/ace/Synch_Traits.h @@ -23,6 +23,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + // Forward decl class ACE_Null_Mutex; class ACE_Null_Condition; @@ -144,5 +146,7 @@ public: #define ACE_SYNCH ACE_NULL_SYNCH #endif /* ACE_HAS_THREADS */ +ACE_END_VERSIONED_NAMESPACE_DECL + #include /**/ "ace/post.h" #endif /* ACE_SYNCH_TRAITS_H */ |