diff options
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h')
-rw-r--r-- | TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h index d89675926db..a42c9ab236d 100644 --- a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h +++ b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h @@ -26,7 +26,7 @@ class DllOrb_Export DllOrb DllOrb (int nthreads = 1); /// Destructor. - ~DllOrb () throw (); + ~DllOrb () noexcept; CORBA::ORB_ptr orb () const; |