summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Object_Loader/Loader.h')
-rw-r--r--TAO/tests/Object_Loader/Loader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Object_Loader/Loader.h b/TAO/tests/Object_Loader/Loader.h
index 47c39d4e32c..0e7329ad627 100644
--- a/TAO/tests/Object_Loader/Loader.h
+++ b/TAO/tests/Object_Loader/Loader.h
@@ -32,8 +32,7 @@ public:
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
- char *argv [])
- ACE_THROW_SPEC ((CORBA::SystemException));
+ char *argv []);
// Create a new instance
};