summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 19:24:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 19:24:17 +0000
commit3ddb7e7996aab687255532733a6de1197f91d46b (patch)
tree41c8d60ace090e668df3d9d3fd85f943d08597e3 /TAO/tao/ORB.h
parent314de15934827024c8b9080aed74383254655573 (diff)
downloadATCD-3ddb7e7996aab687255532733a6de1197f91d46b.tar.gz
ChangeLogTag: Tue Oct 28 13:21:43 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 1506135d82a..b1c1b832936 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -346,7 +346,7 @@ namespace CORBA
CORBA::ULong bound,
CORBA::TypeCode_ptr element_type
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ ACE_THROW_SPEC ((CORBA::SystemException));
CORBA::TypeCode_ptr create_array_tc (
CORBA::ULong length,
@@ -394,28 +394,28 @@ namespace CORBA
ACE_THROW_SPEC ((CORBA::SystemException));
CORBA::TypeCode_ptr create_component_tc (
- const char *id,
- const char *name
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const char *id,
+ const char *name
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
- CORBA::TypeCode_ptr create_home_tc (
- const char *id,
- const char *name
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::TypeCode_ptr create_home_tc (
+ const char *id,
+ const char *name
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
- 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));
+ 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 */