summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2936_Regression/PersistentPOA.cpp')
-rw-r--r--TAO/tests/Bug_2936_Regression/PersistentPOA.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp b/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
index 97e8ee72f65..f2ffdd12f74 100644
--- a/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
+++ b/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
@@ -13,13 +13,10 @@ PersistentPoa::PersistentPoa ()
{
}
-
-PersistentPoa::~PersistentPoa ()
- throw ()
+PersistentPoa::~PersistentPoa () noexcept
{
}
-
int PersistentPoa::init (int argc, ACE_TCHAR *argv[])
{
int result = 0;