summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl
index 51b9e46a102..0233a73fc01 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl
@@ -5,6 +5,7 @@
#include <openssl/crypto.h>
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <typename T> ACE_INLINE T *
TAO::SSLIOP::_duplicate (T * st)
@@ -160,3 +161,5 @@ TAO::SSLIOP::OpenSSL_st_var<T>::ptr (void) const
{
return this->st_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL