summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-11-05 10:51:35 -0400
committerBernard Normier <bernard@zeroc.com>2016-11-05 10:51:35 -0400
commit298bccf0b6243f2cd741af59b1547b915128356b (patch)
treeaff10041d00b5aec3413e620db079cc735c83375 /cpp/src/IceSSL
parentRevert "Replaced double underscores in C# mapping by ice-prefix names" (diff)
downloadice-298bccf0b6243f2cd741af59b1547b915128356b.tar.bz2
ice-298bccf0b6243f2cd741af59b1547b915128356b.tar.xz
ice-298bccf0b6243f2cd741af59b1547b915128356b.zip
Revert "Reverted previous double-underscore changes in IceUtil classes"
This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
Diffstat (limited to 'cpp/src/IceSSL')
-rw-r--r--cpp/src/IceSSL/OpenSSLEngine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/OpenSSLEngine.cpp b/cpp/src/IceSSL/OpenSSLEngine.cpp
index 84238614220..76b4e562afa 100644
--- a/cpp/src/IceSSL/OpenSSLEngine.cpp
+++ b/cpp/src/IceSSL/OpenSSLEngine.cpp
@@ -195,7 +195,7 @@ OpenSSLEngine::OpenSSLEngine(const CommunicatorPtr& communicator) :
_initialized(false),
_ctx(0)
{
- __setNoDelete(true);
+ iceSetNoDelete(true);
//
// Initialize OpenSSL if necessary.
@@ -325,7 +325,7 @@ OpenSSLEngine::OpenSSLEngine(const CommunicatorPtr& communicator) :
# endif
}
}
- __setNoDelete(false);
+ iceSetNoDelete(false);
}
OpenSSLEngine::~OpenSSLEngine()