summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
commitc979767a00db4ea1299af482033a68829cc16675 (patch)
tree3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
parent0f3847bc7fd735ab88276fee59e2ebd6cb8d1f99 (diff)
downloadATCD-c979767a00db4ea1299af482033a68829cc16675.tar.gz
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp20
1 files changed, 7 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
index 5962494a08a..3050169c3fa 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
@@ -86,7 +86,7 @@ TAO_StructDef_i::type_i (void)
if (TAO_RecursiveDef_OuterScopes::SeenBefore( id ))
return this->repo_->tc_factory ()->
- create_recursive_tc ( id.c_str () ACE_ENV_ARG_PARAMETER);
+ create_recursive_tc ( id.c_str ());
TAO_RecursiveDef_OuterScopes NowSeenThis( id );
@@ -105,8 +105,7 @@ TAO_StructDef_i::type_i (void)
return this->repo_->tc_factory ()->create_struct_tc (id.c_str (),
name.c_str (),
- members.in ()
- ACE_ENV_ARG_PARAMETER);
+ members.in ());
}
CORBA::StructMemberSeq *
@@ -213,11 +212,9 @@ TAO_StructDef_i::members_i (void)
obj = TAO_IFR_Service_Utils::create_objref (kind,
path.c_str (),
- this->repo_
- ACE_ENV_ARG_PARAMETER);
+ this->repo_);
- retval[k].type_def = CORBA::IDLType::_narrow (obj.in ()
- ACE_ENV_ARG_PARAMETER);
+ retval[k].type_def = CORBA::IDLType::_narrow (obj.in ());
this->repo_->config ()->expand_path (this->repo_->root_key (),
path,
@@ -243,21 +240,18 @@ TAO_StructDef_i::members_i (void)
}
void
-TAO_StructDef_i::members (const CORBA::StructMemberSeq &members
- ACE_ENV_ARG_DECL)
+TAO_StructDef_i::members (const CORBA::StructMemberSeq &members)
ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
this->update_key ();
- this->members_i (members
- ACE_ENV_ARG_PARAMETER);
+ this->members_i (members);
}
void
-TAO_StructDef_i::members_i (const CORBA::StructMemberSeq &members
- ACE_ENV_ARG_DECL)
+TAO_StructDef_i::members_i (const CORBA::StructMemberSeq &members)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Destroy our old members, both refs and defns.