diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-05 08:50:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-05 08:50:46 +0000 |
commit | f58ab630054c34aad0c95a75dd4f2d71d8ada2a2 (patch) | |
tree | f424f909e2691dede2c026e6f473a6a22f8f53ee /TAO/tao/Stub.h | |
parent | ac0f72fa7f49b46d9dbe1d198ea63f4f7a74892c (diff) | |
download | ATCD-f58ab630054c34aad0c95a75dd4f2d71d8ada2a2.tar.gz |
ChangeLogTag:Sun Sep 5 01:42:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r-- | TAO/tao/Stub.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h index 3922e329db8..45fb155b548 100644 --- a/TAO/tao/Stub.h +++ b/TAO/tao/Stub.h @@ -270,8 +270,7 @@ public: */ int create_ior_info (IOP::IOR *&ior_info, CORBA::ULong &index - ACE_ENV_ARG_DECL) - ACE_THROW_SPEC ((CORBA::SystemException)); + ACE_ENV_ARG_DECL); /// Return a reference to the reference count lock. /** @@ -331,8 +330,7 @@ private: /// THREAD-SAFE Create the IOR info int get_profile_ior_info (TAO_MProfile &profile, IOP::IOR *&ior_info - ACE_ENV_ARG_DECL) - ACE_THROW_SPEC ((CORBA::SystemException)); + ACE_ENV_ARG_DECL); private: |