summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2016-08-24 17:17:26 -0500
committerAdam Mitz <mitza@ociweb.com>2016-08-24 17:17:26 -0500
commit62cc01c2cc61f0da9618056e825274ec481a7686 (patch)
tree2b09b11b6178d91ba423b310e5b61e81be734cc3
parent411929ec7d2550f289eb1a2f045f2fc6651cb002 (diff)
downloadATCD-62cc01c2cc61f0da9618056e825274ec481a7686.tar.gz
Updated previous change to TAO_AV_Core for versioned namespaces
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
index 0501c79730a..d8c88f9c8e4 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
@@ -1150,6 +1150,10 @@ TAO_AV_Core::get_control_flowname(const char *flowname)
template ACE_Singleton<TAO_AV_Core, ACE_Null_Mutex> *ACE_Singleton<TAO_AV_Core, ACE_Null_Mutex>::singleton_;
#endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_AV_SINGLETON_DECLARE (ACE_Singleton, TAO_AV_Core, ACE_Null_Mutex)
-TAO_END_VERSIONED_NAMESPACE_DECL
+ACE_END_VERSIONED_NAMESPACE_DECL