summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2003-07-03 22:29:21 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2003-07-03 22:29:21 +0000
commit62f9fe20d0a4ff1992569fa287884ce76d88b5e0 (patch)
tree247195974b395fcb797dae7e83cd73da4f266572 /TAO/orbsvcs/IFR_Service
parent1f1235d0572ae3c4aa45ee4092dfe40827fe1d5a (diff)
downloadATCD-62f9fe20d0a4ff1992569fa287884ce76d88b5e0.tar.gz
Fixed scoreboard issues in Redundant Naming and in IFR_Service.
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r--TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp
index 7231f04d11c..3c44a7c9ba1 100644
--- a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp
+++ b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp
@@ -1218,7 +1218,7 @@ ifr_adding_visitor::visit_component_fwd (AST_ComponentFwd *node)
c->repoID (),
c->local_name ()->get_string (),
c->version (),
- base_component,
+ base_component.in (),
supported_interfaces
ACE_ENV_ARG_PARAMETER
);
@@ -3522,7 +3522,8 @@ ifr_adding_visitor::get_referenced_type (AST_Type *node
void
ifr_adding_visitor::fill_base_value (CORBA::ValueDef_ptr &result,
- AST_ValueType *node)
+ AST_ValueType *node
+ ACE_ENV_ARG_DECL)
{
result = CORBA::ValueDef::_nil ();
AST_ValueType *base_value = node->inherits_concrete ();
@@ -3881,7 +3882,7 @@ ifr_adding_visitor::fill_get_exceptions (CORBA::ExceptionDefSeq &result,
{
this->fill_exceptions (result,
node->get_get_exceptions ()
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_PARAMETER);
}
void
@@ -3891,7 +3892,7 @@ ifr_adding_visitor::fill_set_exceptions (CORBA::ExceptionDefSeq &result,
{
this->fill_exceptions (result,
node->get_set_exceptions ()
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_PARAMETER);
}
void