summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.inl')
-rw-r--r--TAO/tao/ORB_Core.inl24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.inl b/TAO/tao/ORB_Core.inl
index 82d1dc15173..7c44fee7c25 100644
--- a/TAO/tao/ORB_Core.inl
+++ b/TAO/tao/ORB_Core.inl
@@ -436,6 +436,30 @@ TAO_ORB_Core::codeset_manager()
return this->codeset_manager_;
}
+ACE_INLINE TAO_ZIOP_Adapter *
+TAO_ORB_Core::ziop_adapter () const
+{
+ return this->ziop_adapter_;
+}
+
+ACE_INLINE void
+TAO_ORB_Core::ziop_adapter (TAO_ZIOP_Adapter *adapter)
+{
+ this->ziop_adapter_ = adapter;
+}
+
+ACE_INLINE CORBA::Boolean
+TAO_ORB_Core::ziop_enabled () const
+{
+ return this->ziop_enabled_;
+}
+
+ACE_INLINE void
+TAO_ORB_Core::ziop_enabled (CORBA::Boolean value)
+{
+ this->ziop_enabled_ = value;
+}
+
ACE_INLINE TAO::ORBInitializer_Registry_Adapter *
TAO_ORB_Core::orbinitializer_registry ()
{