summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 12:20:44 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 12:20:44 +0000
commitffa676fcbb6a2f0e48deb6226eebce2fb0c63e5f (patch)
tree3388b9b36780ccc2dee6d1b873af86ea59ca1f08 /TAO/tests/Object_Loader
parent5aaba7204cfcb9540dbed3e439e3db5b43f4c81c (diff)
downloadATCD-ffa676fcbb6a2f0e48deb6226eebce2fb0c63e5f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Object_Loader')
-rw-r--r--TAO/tests/Object_Loader/Loader.cpp2
-rw-r--r--TAO/tests/Object_Loader/Loader.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Object_Loader/Loader.cpp b/TAO/tests/Object_Loader/Loader.cpp
index 393dc78e768..6937a20cdf1 100644
--- a/TAO/tests/Object_Loader/Loader.cpp
+++ b/TAO/tests/Object_Loader/Loader.cpp
@@ -18,7 +18,7 @@ Loader::create_object (CORBA::ORB_ptr orb,
int,
char * [],
CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC (())
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TRY
{
diff --git a/TAO/tests/Object_Loader/Loader.h b/TAO/tests/Object_Loader/Loader.h
index 4cae7469a97..f6675712f20 100644
--- a/TAO/tests/Object_Loader/Loader.h
+++ b/TAO/tests/Object_Loader/Loader.h
@@ -34,7 +34,7 @@ public:
int argc,
char *argv [],
CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Create a new instance
};