summaryrefslogtreecommitdiff
path: root/tests/DLL_Test_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-23 09:02:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-23 09:02:07 +0000
commit802f100322b0e8efb2ae1e980896907aa4ab4009 (patch)
tree9306097df58f2b9ce9a9d6bac99532050e3febb6 /tests/DLL_Test_Impl.h
parent11b90a62c0d55498bfac902c215b97c0198e0557 (diff)
downloadATCD-802f100322b0e8efb2ae1e980896907aa4ab4009.tar.gz
ChangelogTag: Tue Feb 21 20:20:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/DLL_Test_Impl.h')
-rw-r--r--tests/DLL_Test_Impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/DLL_Test_Impl.h b/tests/DLL_Test_Impl.h
index bf16bdd5c48..9ef3fb887a8 100644
--- a/tests/DLL_Test_Impl.h
+++ b/tests/DLL_Test_Impl.h
@@ -56,6 +56,9 @@ public:
#if defined (ACE_HAS_NEW_NOTHROW)
/// Overloaded new operator, nothrow_t variant.
void *operator new (size_t bytes, const ACE_nothrow_t &nt);
+#if !defined (ACE_LACKS_PLACEMENT_OPERATOR_DELETE)
+ void operator delete (void *p, const ACE_nothrow_t&) throw ();
+#endif /* ACE_LACKS_PLACEMENT_OPERATOR_DELETE */
#endif /* ACE_HAS_NEW_NOTHROW */
void operator delete (void *ptr);