summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index 45fb155b548..289e3c84751 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -47,11 +47,6 @@ namespace TAO
class ObjectKey;
}
-namespace IOP
-{
- struct IOR;
-}
-
/**
* @class TAO_Stub
*
@@ -270,7 +265,8 @@ public:
*/
int create_ior_info (IOP::IOR *&ior_info,
CORBA::ULong &index
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL)
+ ACE_THROW_SPEC ((CORBA::SystemException));
/// Return a reference to the reference count lock.
/**
@@ -330,7 +326,8 @@ private:
/// THREAD-SAFE Create the IOR info
int get_profile_ior_info (TAO_MProfile &profile,
IOP::IOR *&ior_info
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL)
+ ACE_THROW_SPEC ((CORBA::SystemException));
private: