summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-02 18:37:12 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-02 18:37:12 +0000
commit5104babb984e31b902a01e70b6b2caf5cf49d5f7 (patch)
treefd1f125f8b196ffd581dba31357a187ed24fc6a3 /TAO/tao/IFR_Client
parentb8a7db3d61025c8ef75950dabb47b7dae6f20e83 (diff)
downloadATCD-5104babb984e31b902a01e70b6b2caf5cf49d5f7.tar.gz
ChangeLogTag: Mon Apr 2 13:33:00 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IFR_Client')
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.cpp8
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.cpp9
2 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.cpp b/TAO/tao/IFR_Client/IFR_BasicC.cpp
index 6382ea57d6b..ecd1f7db510 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicC.cpp
@@ -195,6 +195,8 @@ CORBA::Repository_ptr _TAO_Contained_Remote_Proxy_Impl::containing_repository (
}
return _tao_safe_retval._retn ();
}
+
+#if TAO_HAS_INTERCEPTORS == 1
CORBA::Any *
CORBA::Contained::TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::result (CORBA::Environment &ACE_TRY_ENV)
@@ -212,6 +214,8 @@ CORBA::Contained::TAO_ClientRequestInfo_CORBA_Contained_containing_repository_ge
return safe_result_any._retn ();
}
+#endif /* TAO_HAS_INTERCEPTORS */
+
CORBA::ModuleDef_ptr _TAO_Container_Remote_Proxy_Impl::create_module (
CORBA_Object *_collocated_tao_target_,
const char * id,
@@ -2202,6 +2206,8 @@ CORBA::LocalInterfaceDef_ptr _TAO_Container_Remote_Proxy_Impl::create_local_inte
}
return _tao_safe_retval._retn ();
}
+
+#if TAO_HAS_INTERCEPTORS == 1
CORBA::Any *
CORBA::Container::TAO_ClientRequestInfo_CORBA_Container_create_module::result (CORBA::Environment &ACE_TRY_ENV)
@@ -2484,6 +2490,8 @@ CORBA::Container::TAO_ClientRequestInfo_CORBA_Container_create_local_interface::
return safe_result_any._retn ();
}
+#endif /* TAO_HAS_INTERCEPTORS */
+
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
#if !defined (__TAO_UNBOUNDED_OBJECT_SEQUENCE_CORBA_INTERFACEDEFSEQ_CS_)
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
index f6cb1bfc861..1cb9a774247 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
@@ -342,6 +342,8 @@ CORBA::FixedDef_ptr _TAO_Repository_Remote_Proxy_Impl::create_fixed (
}
return _tao_safe_retval._retn ();
}
+
+#if TAO_HAS_INTERCEPTORS == 1
CORBA::Any *
CORBA::Repository::TAO_ClientRequestInfo_CORBA_Repository_create_fixed::result (CORBA::Environment &ACE_TRY_ENV)
@@ -359,6 +361,8 @@ CORBA::Repository::TAO_ClientRequestInfo_CORBA_Repository_create_fixed::result (
return safe_result_any._retn ();
}
+#endif /* TAO_HAS_INTERCEPTORS */
+
// *******************************************************************
// Container::create_value* methods from IFR_BaseC.cpp
@@ -739,6 +743,8 @@ CORBA::ValueBoxDef_ptr _TAO_Container_Remote_Proxy_Impl::create_value_box (
}
return _tao_safe_retval._retn ();
}
+
+#if TAO_HAS_INTERCEPTORS == 1
Dynamic::ParameterList *
CORBA::Container::TAO_ClientRequestInfo_CORBA_Container_create_value::arguments (CORBA::Environment &ACE_TRY_ENV)
@@ -839,6 +845,9 @@ CORBA::Container::TAO_ClientRequestInfo_CORBA_Container_create_value_box::result
(*result_any) <<= this->_result;
return safe_result_any._retn ();
}
+
+#endif /* TAO_HAS_INTERCEPTORS */
+
// **********************************************************************
///////////////////////////////////////////////////////////////////////