summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl')
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl
new file mode 100644
index 00000000000..d1b661944c4
--- /dev/null
+++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl
@@ -0,0 +1,26 @@
+// $Id$
+
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
+ACE_INLINE CORBA::ULong
+TAO_DII_Deferred_Reply_Dispatcher::reply_status (void) const
+{
+ return this->reply_status_;
+}
+
+#if 0
+ACE_INLINE const TAO_GIOP_Version&
+TAO_DII_Deferred_Reply_Dispatcher::version (void) const
+{
+ return this->version_;
+}
+
+#endif /*If 0 */
+
+ACE_INLINE void
+TAO_DII_Deferred_Reply_Dispatcher::transport (TAO_Transport *t)
+{
+ this->transport_ = t;
+}
+
+#endif /* TAO_HAS_MINIMUM_CORBA */