summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/ORB_Destroyer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/ORB_Destroyer.h')
-rw-r--r--TAO/tao/Utils/ORB_Destroyer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Utils/ORB_Destroyer.h b/TAO/tao/Utils/ORB_Destroyer.h
index 920ba64d3e5..fac9de338ad 100644
--- a/TAO/tao/Utils/ORB_Destroyer.h
+++ b/TAO/tao/Utils/ORB_Destroyer.h
@@ -38,8 +38,7 @@ namespace TAO
typedef CORBA::ORB_ptr argument;
/// Destroy the ORB
- void operator() (CORBA::ORB_ptr orb)
- ACE_THROW_SPEC (());
+ void operator() (CORBA::ORB_ptr orb);
};
/**