summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 18:12:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 18:12:25 +0000
commitbc64fb55e27839382a4997ad1d0329fb414cc039 (patch)
tree3d4cba700a62226aa33a819dda212a3355317333 /TAO/tao/IFR_Client
parent1980b6661bb2754f9912318e66b60be329e04aab (diff)
downloadATCD-bc64fb55e27839382a4997ad1d0329fb414cc039.tar.gz
ChangeLogTag: Tue Apr 3 13:06:02 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IFR_Client')
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
index c7d1984a274..cc141571acb 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
@@ -1436,6 +1436,7 @@ TAO_NAMESPACE_END
{
IR::PublishesDef **tmp = ACE_static_cast (IR::PublishesDef**, target);
*tmp = IR::PublishesDef::_narrow (src, ACE_TRY_ENV);
+ ACE_CHECK;
}
CORBA_Object*
@@ -1622,6 +1623,7 @@ TAO_NAMESPACE_END
{
IR::ConsumesDef **tmp = ACE_static_cast (IR::ConsumesDef**, target);
*tmp = IR::ConsumesDef::_narrow (src, ACE_TRY_ENV);
+ ACE_CHECK;
}
CORBA_Object*
@@ -1807,6 +1809,7 @@ TAO_NAMESPACE_END
{
IR::FactoryDef **tmp = ACE_static_cast (IR::FactoryDef**, target);
*tmp = IR::FactoryDef::_narrow (src, ACE_TRY_ENV);
+ ACE_CHECK;
}
CORBA_Object*
@@ -1992,6 +1995,7 @@ TAO_NAMESPACE_END
{
IR::FinderDef **tmp = ACE_static_cast (IR::FinderDef**, target);
*tmp = IR::FinderDef::_narrow (src, ACE_TRY_ENV);
+ ACE_CHECK;
}
CORBA_Object*