diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-02 00:52:07 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-02 00:52:07 +0000 |
commit | 7678bf4573c73cd981c6f314d758a2a3815159e5 (patch) | |
tree | 2c8ad4e3340953437e316265ea455225775fed40 /TAO/tao/IORManipulation | |
parent | 89bc476f01704a3d90a430206ce72b8c609bcd8e (diff) | |
download | ATCD-7678bf4573c73cd981c6f314d758a2a3815159e5.tar.gz |
ChangeLogTag: 'head -1 ChangeLog'
Diffstat (limited to 'TAO/tao/IORManipulation')
-rw-r--r-- | TAO/tao/IORManipulation/IORManip_Loader.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/IORManipulation/IORManip_Loader.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.cpp b/TAO/tao/IORManipulation/IORManip_Loader.cpp index c10a8b42614..5b53575986c 100644 --- a/TAO/tao/IORManipulation/IORManip_Loader.cpp +++ b/TAO/tao/IORManipulation/IORManip_Loader.cpp @@ -28,7 +28,7 @@ TAO_IORManip_Loader::create_object (CORBA::ORB_ptr, int, char *[], CORBA::Environment &) - ACE_THROW_SPEC (()) + ACE_THROW_SPEC ((CORBA::SystemException)) { CORBA::Object_ptr obj; ACE_NEW_RETURN (obj, diff --git a/TAO/tao/IORManipulation/IORManip_Loader.h b/TAO/tao/IORManipulation/IORManip_Loader.h index 2d655f7bf60..ea03db3fe34 100644 --- a/TAO/tao/IORManipulation/IORManip_Loader.h +++ b/TAO/tao/IORManipulation/IORManip_Loader.h @@ -37,7 +37,7 @@ public: int argc, char *argv [], CORBA::Environment &) - ACE_THROW_SPEC (()); + ACE_THROW_SPEC ((CORBA::SystemException)); // Creates a IORManip factory and returns it. static int Initializer (void); |