summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_Context.h
diff options
context:
space:
mode:
authorLike Ma <likemartinma@gmail.com>2015-09-17 11:37:06 +0800
committerLike Ma <likemartinma@gmail.com>2015-09-17 12:30:56 +0800
commit2472a1ec5e335f0032869ebc11ad269e0d64fcbc (patch)
treed897b6919da968f90fb42bb532b774e86b6a193b /ACE/ace/SSL/SSL_Context.h
parenta44a059aea4e965b7a0fb58490fb49e574b6d369 (diff)
downloadATCD-2472a1ec5e335f0032869ebc11ad269e0d64fcbc.tar.gz
Add static ACE_SSL_Context::close for deleting it.
Because ACE_SSL_Context is a unmanaged singleton, it would not destruct without calling static close method explicitly.
Diffstat (limited to 'ACE/ace/SSL/SSL_Context.h')
-rw-r--r--ACE/ace/SSL/SSL_Context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/SSL/SSL_Context.h b/ACE/ace/SSL/SSL_Context.h
index 9dc1958ff59..13932efab29 100644
--- a/ACE/ace/SSL/SSL_Context.h
+++ b/ACE/ace/SSL/SSL_Context.h
@@ -136,6 +136,9 @@ public:
/// nothing else is available.
static ACE_SSL_Context *instance (void);
+ /// Explicitly delete the Singleton context.
+ static void close (void);
+
/**
* Set the CTX mode. The mode can be set only once, afterwards the
* function has no effect and returns -1.