summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.inl')
-rw-r--r--TAO/tao/ORB.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.inl b/TAO/tao/ORB.inl
index e66f3a52033..3d52dce87ab 100644
--- a/TAO/tao/ORB.inl
+++ b/TAO/tao/ORB.inl
@@ -6,7 +6,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// ---------------------------------------------------------------------------
ACE_INLINE ACE_Time_Value *
-CORBA::ORB::get_timeout (void)
+CORBA::ORB::get_timeout ()
{
return this->timeout_;
}
@@ -68,7 +68,7 @@ CORBA::ORB::_use_omg_ior_format (CORBA::Boolean ior)
}
ACE_INLINE CORBA::Boolean
-CORBA::ORB::_use_omg_ior_format (void)
+CORBA::ORB::_use_omg_ior_format ()
{
return this->use_omg_ior_format_;
}