summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_Context.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-10-25 08:17:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-10-25 08:17:05 +0000
commite5751476054868ec29cb0de10e4c3337b7c0673e (patch)
treebe1e857e997d3fc3c0fa308074027ff465eafb86 /ACE/ace/SSL/SSL_Context.cpp
parente50514cae7ae6a0cfce2d367c91b658c763f690d (diff)
downloadATCD-e5751476054868ec29cb0de10e4c3337b7c0673e.tar.gz
Fri Oct 25 08:17:43 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Dynamic.cpp: * ace/SSL/SSL_Context.cpp: Fixed singleton macros
Diffstat (limited to 'ACE/ace/SSL/SSL_Context.cpp')
-rw-r--r--ACE/ace/SSL/SSL_Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SSL/SSL_Context.cpp b/ACE/ace/SSL/SSL_Context.cpp
index 37c10fca375..1758f6cb817 100644
--- a/ACE/ace/SSL/SSL_Context.cpp
+++ b/ACE/ace/SSL/SSL_Context.cpp
@@ -664,6 +664,6 @@ ACE_SSL_Context::dh_params (const char *file_name,
}
// ****************************************************************
-ACE_SINGLETON_TEMPLATE_INSTANTIATE(ACE_Unmanaged_Singleton, ACE_Based_Pointer_Repository, ACE_SYNCH_MUTEX);
+ACE_SINGLETON_TEMPLATE_INSTANTIATE(ACE_Unmanaged_Singleton, ACE_SSL_Context, ACE_SYNCH_MUTEX);
ACE_END_VERSIONED_NAMESPACE_DECL