summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 20:10:52 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 20:10:52 +0000
commitc475c0ec6c761ce135f467a7508db95553ef15a0 (patch)
tree89bf6776828fc0980e00b291d3cdec31d3bf1d56 /TAO/tao/ORB.h
parent60c857404706ec402ef3b2279df516106a75fa5b (diff)
downloadATCD-c475c0ec6c761ce135f467a7508db95553ef15a0.tar.gz
ChangeLogTag:Wed Aug 19 15:06:59 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 7940f4b4828..d0d04e63228 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -161,6 +161,8 @@ TAO_SYSTEM_EXCEPTION(OBJ_ADAPTER);
TAO_SYSTEM_EXCEPTION(DATA_CONVERSION);
#undef TAO_SYSTEM_EXCEPTION
+class CORBA_UnknownUserException;
+
typedef class CORBA_ImplementationDef *
CORBA_ImplementationDef_ptr;
@@ -603,6 +605,8 @@ public:
TAO_SYSTEM_EXCEPTION(DATA_CONVERSION);
#undef TAO_SYSTEM_EXCEPTION
+ typedef CORBA_UnknownUserException UnknownUserException;
+
// = all the CORBA::is_nil methods.
static Boolean is_nil (Object_ptr);
static Boolean is_nil (Environment_ptr);
@@ -741,6 +745,8 @@ public:
static TypeCode_ptr _tc_Bounds;
static TypeCode_ptr _tc_BadKind;
+ static TypeCode_ptr _tc_UnknownUserException;
+
static ORB_ptr ORB_init (int &argc,
char *const *argv,
const char *orb_name,