summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Object_Factory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/Object_Factory_i.h')
-rw-r--r--TAO/tests/Two_Objects/Object_Factory_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Two_Objects/Object_Factory_i.h b/TAO/tests/Two_Objects/Object_Factory_i.h
index f9d09a6c974..6599e00f80f 100644
--- a/TAO/tests/Two_Objects/Object_Factory_i.h
+++ b/TAO/tests/Two_Objects/Object_Factory_i.h
@@ -21,11 +21,9 @@ public:
Object_Factory_i (CORBA::ORB_ptr orb,
CORBA::ULong len);
- Two_Objects_Test::First_ptr create_first (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Two_Objects_Test::First_ptr create_first (void);
- Two_Objects_Test::Second_ptr create_second (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Two_Objects_Test::Second_ptr create_second (void);
private:
/// Use an ORB reference to conver strings to objects and shutdown