Added TODO message on the throw dtors
parent
9533f52714
commit
f8fc7562f1
|
|
@ -259,6 +259,7 @@ public:
|
||||||
AlgorithmParametersBase(const char *name, bool throwIfNotUsed)
|
AlgorithmParametersBase(const char *name, bool throwIfNotUsed)
|
||||||
: m_name(name), m_throwIfNotUsed(throwIfNotUsed), m_used(false) {}
|
: m_name(name), m_throwIfNotUsed(throwIfNotUsed), m_used(false) {}
|
||||||
|
|
||||||
|
// TODO: determine a library policy; implement the policy.
|
||||||
virtual ~AlgorithmParametersBase() CRYPTOPP_THROW
|
virtual ~AlgorithmParametersBase() CRYPTOPP_THROW
|
||||||
{
|
{
|
||||||
#ifdef CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE
|
#ifdef CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ ThreadLocalStorage::ThreadLocalStorage()
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: determine a library policy; implement the policy.
|
||||||
ThreadLocalStorage::~ThreadLocalStorage() CRYPTOPP_THROW
|
ThreadLocalStorage::~ThreadLocalStorage() CRYPTOPP_THROW
|
||||||
{
|
{
|
||||||
#ifdef HAS_WINTHREADS
|
#ifdef HAS_WINTHREADS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue