summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.inl')
-rw-r--r--TAO/tao/DynamicInterface/Request.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Request.inl b/TAO/tao/DynamicInterface/Request.inl
index ea1b7f79204..4003a9bae87 100644
--- a/TAO/tao/DynamicInterface/Request.inl
+++ b/TAO/tao/DynamicInterface/Request.inl
@@ -109,7 +109,7 @@ CORBA::Request::return_value (void )
}
ACE_INLINE CORBA::Context_ptr
-CORBA::Request::ctx (void) const
+CORBA::Request::ctx () const
{
return this->ctx_;
}
@@ -127,7 +127,7 @@ CORBA::Request::_tao_lazy_evaluation (bool lazy_evaluation)
}
ACE_INLINE int
-CORBA::Request::_tao_byte_order (void) const
+CORBA::Request::_tao_byte_order () const
{
return this->byte_order_;
}