summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-21 16:24:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-21 16:24:40 +0000
commit8423f5fcbc67e8336134349a34f21c91ae4a5dc5 (patch)
treef74f25c4d31a6115df8ed41c7c23623450a633a9 /TAO/tao/ORB.h
parent5f25fb2ccfd2ec38826450672f1f312ef7352f50 (diff)
downloadATCD-8423f5fcbc67e8336134349a34f21c91ae4a5dc5.tar.gz
ChangeLogTag: Tue Oct 21 10:12:05 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 57e99807a9f..a0158a68b6d 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -350,6 +350,30 @@ namespace CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::TypeCode_ptr create_component_tc (
+ const char *id,
+ const char *name
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
+
+ virtual CORBA::TypeCode_ptr create_home_tc (
+ const char *id,
+ const char *name
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
+
+ virtual CORBA::TypeCode_ptr create_event_tc (
+ const char *id,
+ const char *name,
+ CORBA::ValueModifier type_modifier,
+ CORBA::TypeCode_ptr concrete_base,
+ const CORBA::ValueMemberSeq &members
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
+
#endif /* TAO_HAS_MINIMUM_CORBA */
// = ORB event loop methods.